优化工程目录

This commit is contained in:
2026-02-18 20:08:58 +08:00
parent 118d4bf528
commit ee80965d58
67 changed files with 376 additions and 2210 deletions
+19
View File
@@ -0,0 +1,19 @@
#include "lcd.h"
void setup() {
// put your setup code here, to run once:
//delay(1000);
lcd_init();
LCD_Clear(rand());
}
void loop() {
LCD_Clear(rand());
// put your main code here, to run repeatedly:
//LCD_fillRect(50,50,20,10,rand());
}