Can I compile it for TTGO Lora32 V1 B&W display ? #417
Replies: 4 comments 1 reply
-
Hi You can use Adafruit's SSD1306 driver library to control the display part: https://github.com/adafruit/Adafruit_SSD1306. You will see how it's setup in this fork of the original NerdminerV2: In Platformio you have to select "ESP32_super_mini_SSD1306" as env. Boris |
Beta Was this translation helpful? Give feedback.
-
Thanks for reply ! After flashing bootloader,partions,firmware with ESP32 Flash Download tool, ESP32 only boot with the 'ESP_SSD1306' compilation. But with 'ESP_SSD1306' compilation still no working display : Do display pins need to be set somewhere before compiling ? |
Beta Was this translation helpful? Give feedback.
-
Nice!! Glad I could help :-) |
Beta Was this translation helpful? Give feedback.
-
Don't have a E32 with color display but a (old) TTGO Lora32 V1 with B&W display
Think display is 128x64
Board can be found here : https://esp32-ttgo.blogspot.com/
I have the Arduino IDE in use, so can compile it myself.
Any help where to specify and how to set the B&W display ?
Can it uberhaupt work with a B&W display ?
Thanks for any reply and assistance !
Beta Was this translation helpful? Give feedback.
All reactions