This commit is contained in:
2026-05-08 15:09:47 +02:00
parent e4a5ccb043
commit 469177e5cb
6 changed files with 324 additions and 387 deletions
+3 -1
View File
@@ -135,7 +135,9 @@ void st7789_init(void) {
st7789_write_cmd(0x21); // INVERT ON (fixes many panels)
st7789_write_cmd(0x29); // DISPON
vTaskDelay(pdMS_TO_TICKS(20));
st7789_fill(0x0000);
st7789_flush_full();
gpio_set_level(LCD_BACKLIGHT_AND_RGB_POWER, 1);
}
/*rendering*/