Skip to content

Commit 9add042

Browse files
Update battery.ino
Fixed some bugs
1 parent 1d3e932 commit 9add042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/VME213/battery/battery.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* https://www.heltec.org
1515
*
1616
* */
17-
#include "HT_lCMEN2Rbattery_wEFC1.h"
17+
#include "HT_lCMEN2R13EFC1.h"
1818
#include "images.h"
1919

20-
HT_ICMEN2Rbattery_wEFC1 display(3, 2, 5, 1, 4, 6, -1, 6000000); // rst,dc,cs,busy,sck,mosi,miso,frequency
20+
HT_lCMEN2R13EFC1 display(3, 2, 5, 1, 4, 6, -1, 6000000); // rst,dc,cs,busy,sck,mosi,miso,frequency
2121

2222
/* screen rotation
2323
* ANGLE_0_DEGREE
@@ -111,4 +111,4 @@ void loop()
111111
battery();
112112
display.update(COLOR_BUFFER);
113113
display.display();
114-
}
114+
}

0 commit comments

Comments
 (0)