Centralise definition of fonts for DOGM displays
Prework for issue #1448 and #1447 Will merge in when pull request #1457 is in.
This commit is contained in:
parent
65642592ee
commit
b1dbd765c6
2 changed files with 21 additions and 10 deletions
|
|
@ -1323,7 +1323,7 @@ void lcd_update()
|
|||
u8g.firstPage();
|
||||
do
|
||||
{
|
||||
u8g.setFont(u8g_font_6x10_marlin);
|
||||
u8g.setFont(FONT_MENU);
|
||||
u8g.setPrintPos(125,0);
|
||||
if (blink % 2) u8g.setColorIndex(1); else u8g.setColorIndex(0); // Set color for the alive dot
|
||||
u8g.drawPixel(127,63); // draw alive dot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue