Skip to content

Commit 41756c5

Browse files
updated OLED library
1 parent 14f76ab commit 41756c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/heltec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void Heltec_ESP32::begin(bool DisplayEnable, bool LoRaEnable, bool SerialEnable,
4646

4747
#if defined( WIFI_Kit_32 ) || defined( WIFI_LoRa_32 ) || defined( WIFI_LoRa_32_V2 ) || defined( Wireless_Stick )
4848
display->init();
49-
display->flipScreenVertically();
49+
//display->flipScreenVertically();
5050
display->setFont(ArialMT_Plain_10);
5151
display->drawString(0, 0, "OLED initial done!");
5252
display->display();

0 commit comments

Comments
 (0)