Drawcircle added (emulator)

This commit is contained in:
id101010
2015-04-27 18:36:58 +02:00
parent 6c97e6fc24
commit aed90ef956
8 changed files with 27 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ void app_init() {
tft_draw_rectangle(40,210,60,235,BLUE);
tft_fill_rectangle(100,215,200,225,GREEN);
tft_draw_line(10,215,310,225,RGB(0xFF,0,0xFF));
tft_draw_circle(10,10,100, RED);
}