Add link to lcd_api.md in README.md
This commit is contained in:
@@ -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) {
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user