Skip to content

Commit

Permalink
rotation and init font
Browse files Browse the repository at this point in the history
  • Loading branch information
digamesystems committed May 25, 2021
1 parent cf97bdd commit 51a2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32_adafruit_1_54_inch_display/digameDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void showValue(double v);
//******************************************************************************************
void initDisplay()
{
display.setRotation(2);
display.setRotation(0);
//display.setFont(&FreeMonoBold9pt7b);
display.setTextColor(GxEPD_BLACK);
int16_t tbx, tby; uint16_t tbw, tbh;
Expand Down

0 comments on commit 51a2db4

Please sign in to comment.