Add LilyGo T3 V1.6.1 board support with SSD1306#777
Open
ibrahim-isikli wants to merge 3 commits into
Open
Conversation
- Add new device header: src/drivers/devices/lilygoT3V1.h (SDA=21, SCL=22, PIN_BUTTON_1=0) - Add new display driver: src/drivers/displays/ssd1306DisplayDriver.cpp (U8G2 SSD1306 128x64, 2 cyclic screens: mining stats + extended stats) - Register new device in src/drivers/devices/device.h - Register new driver in src/drivers/displays/displayDriver.h - Register driver in src/drivers/displays/display.cpp - Add new PlatformIO environment [env:LilygoT3V1] in platformio.ini
- Add new device header: src/drivers/devices/lilygoT3V1.h (SDA=21, SCL=22, PIN_BUTTON_1=0) - Add new display driver: src/drivers/displays/ssd1306DisplayDriver.cpp (U8G2 SSD1306 128x64, 2 cyclic screens: mining stats + extended stats) - Register new device in src/drivers/devices/device.h - Register new driver in src/drivers/displays/displayDriver.h - Register driver in src/drivers/displays/display.cpp - Add new PlatformIO environment [env:LilygoT3V1] in platformio.ini
….com/ibrahim-isikli/NerdMiner_v2 into feature/lilygo-t3-v1-ssd1306-support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for the LilyGo T3 V1.6.1 board
which features a built-in SSD1306 128x64 OLED display connected via I2C.
Changes:
(SDA=21, SCL=22, PIN_BUTTON_1=0)
(U8G2 SSD1306 128x64, 2 cyclic screens: mining stats + extended stats)
Tested on:
Note:
The LilyGo T3 V1.6.1 is a widely used board in the Meshtastic
community due to its built-in LoRa module and OLED display.
Many makers already own this board for Meshtastic projects,
making it a natural fit for NerdMiner as well — no additional
hardware needed beyond what they already have.