updated notepad demo text
This commit is contained in:
parent
ebecc79807
commit
a370394dbb
@ -43,7 +43,7 @@
|
|||||||
y >= COLOR_SIZE + OFFSET + 3 && y <= gdispGetHeight())
|
y >= COLOR_SIZE + OFFSET + 3 && y <= gdispGetHeight())
|
||||||
|
|
||||||
void drawScreen(void) {
|
void drawScreen(void) {
|
||||||
char *msg = "ChibiOS/GFX";
|
char *msg = "uGFX";
|
||||||
font_t font1, font2;
|
font_t font1, font2;
|
||||||
|
|
||||||
font1 = gdispOpenFont("DejaVuSans24*");
|
font1 = gdispOpenFont("DejaVuSans24*");
|
||||||
|
Loading…
Reference in New Issue
Block a user