improve font drawing api

This commit is contained in:
2020-01-11 22:37:32 +01:00
parent 2e28f71d48
commit 17a228faa7
8 changed files with 120 additions and 97 deletions
+1 -1
View File
@@ -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);