improve font drawing api
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ static TimerHandle_t hTicker = NULL;
|
||||
void gui_init() {
|
||||
printf("GUI init\n");
|
||||
LCD_setup();
|
||||
LCD_setContrast(48);
|
||||
LCD_setContrast(57);
|
||||
|
||||
int rv = xTaskCreate(gui_thread, "gui", 4096, NULL, 6, &hGuiThread);
|
||||
assert (rv == pdPASS);
|
||||
|
||||
Reference in New Issue
Block a user