De decomposition

This commit is contained in:
Stanislav N Mikhailov
2025-01-03 11:56:13 +03:00
parent e03683f9da
commit 4c4a500f6d
15 changed files with 60 additions and 70 deletions
+1 -6
View File
@@ -11,13 +11,8 @@
#define PIN_RST 13
#define PIN_BL 12
#define WIDTH 320
#define HEIGHT 240
#define COLOR_BLACK 0x0000
#define COLOR_WHITE 0xFFFF
extern uint16_t frame_buffer[WIDTH * HEIGHT];
extern uint16_t frame_buffer1[WIDTH * HEIGHT];
void st7789_send_command(uint8_t cmd);
void st7789_send_data(uint8_t data);