mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* display.begin() delayed in setup().
* all firmwares now bumped to v1.2.0
This commit is contained in:
parent
1f4a81360b
commit
cf17091588
4 changed files with 10 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "SSD1306Display.h"
|
||||
|
||||
bool SSD1306Display::begin() {
|
||||
return display.begin(SSD1306_SWITCHCAPVCC, DISPLAY_ADDRESS);
|
||||
return display.begin(SSD1306_SWITCHCAPVCC, DISPLAY_ADDRESS, true, false);
|
||||
}
|
||||
|
||||
void SSD1306Display::turnOn() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue