Skip to content

Commit

Permalink
Change graphic for solar page
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-walter committed Apr 29, 2024
1 parent b5c0090 commit 4d88575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/obp60task/OBP60Extensions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ void solarGraphic(uint x, uint y, int pcolor, int bcolor){
getdisplay().fillRect(xb, yb+54-t, 100, t, pcolor);
// Draw vertical lines
getdisplay().fillRect(xb+19+t, yb, t, 80, pcolor);
getdisplay().fillRect(xb+38+2*t, yb, t, 80, pcolor);
getdisplay().fillRect(xb+57+3*t, yb, t, 80, pcolor);
getdisplay().fillRect(xb+39+2*t, yb, t, 80, pcolor);
getdisplay().fillRect(xb+59+3*t, yb, t, 80, pcolor);

}

Expand Down

0 comments on commit 4d88575

Please sign in to comment.