Tft.drawCircle(100, 100, 30,YELLOW); //center: (100, 100), r = 30 ,color : YELLOW Tft.drawCircle(100, 200, 40,CYAN); //center: (100, 200), r = 10 ,color : CYAN Tft ...
I wrote this basic app to gain some familiarity with Waveshare's ESP432 dev board. Graphics are generated with the Arduino_GFX library, and touch is handled by the bb_captouch library. The panel ...