Change name for PageSolar and PageGenerator
This commit is contained in:
parent
564e7ede3d
commit
af1c831c5e
|
@ -87,7 +87,7 @@ public:
|
||||||
display.setTextColor(textcolor);
|
display.setTextColor(textcolor);
|
||||||
display.setFont(&Ubuntu_Bold20pt7b);
|
display.setFont(&Ubuntu_Bold20pt7b);
|
||||||
display.setCursor(10, 65);
|
display.setCursor(10, 65);
|
||||||
display.print("Generator");
|
display.print("Gen.");
|
||||||
|
|
||||||
// Show voltage type
|
// Show voltage type
|
||||||
display.setTextColor(textcolor);
|
display.setTextColor(textcolor);
|
||||||
|
@ -115,7 +115,7 @@ public:
|
||||||
display.setCursor(10, 235);
|
display.setCursor(10, 235);
|
||||||
display.print("Installed");
|
display.print("Installed");
|
||||||
display.setCursor(10, 255);
|
display.setCursor(10, 255);
|
||||||
display.print("Gen. Power");
|
display.print("Type");
|
||||||
|
|
||||||
// Show generator icon
|
// Show generator icon
|
||||||
batteryGraphic(150, 45, genPercentage, pixelcolor, bgcolor);
|
batteryGraphic(150, 45, genPercentage, pixelcolor, bgcolor);
|
||||||
|
|
|
@ -115,7 +115,7 @@ public:
|
||||||
display.setCursor(10, 235);
|
display.setCursor(10, 235);
|
||||||
display.print("Installed");
|
display.print("Installed");
|
||||||
display.setCursor(10, 255);
|
display.setCursor(10, 255);
|
||||||
display.print("Solar Power");
|
display.print("Power");
|
||||||
|
|
||||||
// Show solar icon
|
// Show solar icon
|
||||||
batteryGraphic(150, 45, solPercentage, pixelcolor, bgcolor);
|
batteryGraphic(150, 45, solPercentage, pixelcolor, bgcolor);
|
||||||
|
|
Loading…
Reference in New Issue