esp idf好难用。。

This commit is contained in:
2026-02-18 03:23:36 +08:00
parent fb653cb545
commit ce0b15e2fa
29 changed files with 895 additions and 220 deletions
+5 -3
View File
@@ -4,14 +4,16 @@
void setup() {
// put your setup code here, to run once:
//delay(1000);
lcd_init();
lcd_init();
LCD_Clear(rand());
}
void loop() {
// put your main code here, to run repeatedly:
LCD_Clear(rand());
// put your main code here, to run repeatedly:
//LCD_fillRect(50,50,20,10,rand());
}