|
@@ -132,8 +132,8 @@ void display_init(char *welcome) {
|
|
|
static EXT_RAM_ATTR StackType_t xStack[DISPLAYER_STACK_SIZE] __attribute__ ((aligned (4)));
|
|
|
|
|
|
GDS_SetLayout(display, strcasestr(config, "HFlip"), strcasestr(config, "VFlip"), strcasestr(config, "rotate"));
|
|
|
- GDS_SetFont(display, &Font_droid_sans_fallback_15x17 );
|
|
|
- GDS_TextPos(display, GDS_FONT_MEDIUM, GDS_TEXT_CENTERED, GDS_TEXT_CLEAR | GDS_TEXT_UPDATE, welcome);
|
|
|
+ GDS_SetFont(display, &Font_line_2);
|
|
|
+ GDS_TextPos(display, GDS_FONT_DEFAULT, GDS_TEXT_CENTERED, GDS_TEXT_CLEAR | GDS_TEXT_UPDATE, welcome);
|
|
|
|
|
|
// start the task that will handle scrolling & counting
|
|
|
displayer.mutex = xSemaphoreCreateMutex();
|