Skip to content

Commit

Permalink
updated OLED library
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed May 20, 2021
1 parent 14f76ab commit 41756c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heltec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void Heltec_ESP32::begin(bool DisplayEnable, bool LoRaEnable, bool SerialEnable,

#if defined( WIFI_Kit_32 ) || defined( WIFI_LoRa_32 ) || defined( WIFI_LoRa_32_V2 ) || defined( Wireless_Stick )
display->init();
display->flipScreenVertically();
//display->flipScreenVertically();
display->setFont(ArialMT_Plain_10);
display->drawString(0, 0, "OLED initial done!");
display->display();
Expand Down

0 comments on commit 41756c5

Please sign in to comment.