This commit is contained in:
2026-02-18 05:01:05 +08:00
parent 4adb13d748
commit 118d4bf528
17 changed files with 719 additions and 5 deletions
+3
View File
@@ -49,10 +49,13 @@ void app_main(void)
printf("Minimum free heap size: %" PRIu32 " bytes\n", esp_get_minimum_free_heap_size());
printf("sizeof(int) ==%d\n",sizeof(int));
spi_init();
lcd_init();
//LCD_Clear(0x1234);
while (1)
{