Replies: 2 comments
-
SSD1306 128x64 works fine on the ESP32-S3 devkitc 1, but the NerdminerV2 source code doesn't support i2c displays by default. At least on the mentioned ESP32-S3 devkitc 1 I could implement this with these libraries by Adafruit: https://github.com/adafruit/Adafruit_SSD1306 Pins used: You can have a look here: https://github.com/paelzer/NerdMiner_v2_paelzer/tree/SSD1306 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got working after much messing however just been given a st7789 tft so.may
use that instead
…On Fri, 29 Nov 2024, 19:22 p43lz3r, ***@***.***> wrote:
SSD1306 128x64 works fine on the ESP32-S3 devkitc 1, but the NerdminerV2
source code doesn't support i2c displays by default.
At least on the mentioned ESP32-S3 devkitc 1 I could implement this with
these libraries by Adafruit:
https://github.com/adafruit/Adafruit_SSD1306
https://github.com/adafruit/Adafruit-GFX-Library
Pins used:
GPIO 8 (SDA)
GPIO 9 (SCL)
3.3V
GND
You can have a look here:
https://github.com/paelzer/NerdMiner_v2_paelzer/tree/SSD1306
Check env:esp32_s3_devkitc_1_SSD1306
image.png (view on web)
<https://github.com/user-attachments/assets/8a836d20-5613-4384-8929-cd1061fc2cbc>
—
Reply to this email directly, view it on GitHub
<#528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNFJNBB42ISZTWWLRG4G2NT2DC5JDAVCNFSM6AAAAABSMUPFBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBRHA2TKOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
has anyone successfully added a ssd1306 to a s3 dev board have been trying to figure this out all weekend but not got anywhere and head is spinning just want to be able to monitor a board without having to fire up pc every time
Beta Was this translation helpful? Give feedback.
All reactions