Add link to lcd_api.md in README.md

This commit is contained in:
xoreo
2023-11-14 14:47:40 +01:00
parent 425074336b
commit 1621c8feb7
2 changed files with 2 additions and 3 deletions

View File

@@ -117,7 +117,6 @@ void lcd_draw_img_from_fs_with_name(const char* name, uint32_t x_pos, uint32_t y
```c
#include "lcd_api.h"
#include "test_image.h"
void main(void) {
...
@@ -138,7 +137,6 @@ void lcd_clear(uint32_t color);
```c
#include "lcd_api.h"
#include "test_image.h"
void main(void) {
...