mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
Fix pointer base display
This commit is contained in:
@@ -329,8 +329,8 @@ public:
|
||||
fillPoly4(rotatePoints(c, pts, angle), commonData.fgcolor);
|
||||
|
||||
// base
|
||||
getdisplay().fillCircle(c.x, c.y, 8, commonData.fgcolor);
|
||||
getdisplay().fillCircle(c.x, c.y, 6, commonData.bgcolor);
|
||||
getdisplay().fillCircle(c.x, c.y, 7, commonData.fgcolor);
|
||||
getdisplay().fillCircle(c.x, c.y, 4, commonData.bgcolor);
|
||||
|
||||
// Symbol
|
||||
printVoltageSymbol(40, 60, commonData.fgcolor);
|
||||
|
||||
Reference in New Issue
Block a user