main/task_tft.c

changeset 76
3ff381bfa469
parent 71
7a4446a77d09
child 77
66c77497d86d
equal deleted inserted replaced
75:224851e81117 76:3ff381bfa469
558 case MAIN_INFO: 558 case MAIN_INFO:
559 sprintf(temp_buf, "BrewBoard %s", app_desc->version); 559 sprintf(temp_buf, "BrewBoard %s", app_desc->version);
560 TopMessage(temp_buf); 560 TopMessage(temp_buf);
561 _fg = TFT_YELLOW; 561 _fg = TFT_YELLOW;
562 TFT_setFont(UBUNTU16_FONT, NULL); 562 TFT_setFont(UBUNTU16_FONT, NULL);
563 TFT_print((char *)"Written by Michiel Broek (C) 2018\r\n\n", 0, 50); 563 TFT_print((char *)"Written by Michiel Broek (C) 2018-2020\r\n\n", 0, 50);
564 // ------------------------------------- 564 // -------------------------------------
565 _fg = TFT_ORANGE; 565 _fg = TFT_ORANGE;
566 TFT_print((char *)"Parts are written by Chris Morgan,\r\n", 0, LASTY); 566 TFT_print((char *)"Parts are written by Chris Morgan,\r\n", 0, LASTY);
567 TFT_print((char *)"Brett Beauregard, Blake Felt, LoBo,\r\n", 0, LASTY); 567 TFT_print((char *)"Brett Beauregard, Blake Felt, LoBo,\r\n", 0, LASTY);
568 TFT_print((char *)"and David Antliff.\r\n", 0, LASTY); 568 TFT_print((char *)"and David Antliff.\r\n", 0, LASTY);

mercurial