feat: add RockBase IoT NM-EPD-420 board support#10569
Open
RockBase-iot wants to merge 1 commit into
Open
Conversation
NM-EPD-420 is an ESP32-S3 based device with: - 4.2" GDEY042Z98 tri-color EPD (driven B/W, 400x300, FSPI) - SX1262 LoRa transceiver (HSPI) - AHT20 temperature/humidity sensor (I2C, power-gated via GPIO40) - Battery monitoring (GPIO43 enable, GPIO3 ADC, 2.0x multiplier) - WS2812 LED (GPIO47), USER button (GPIO45) Changes: - boards/nm_epd_420.json: PlatformIO board definition - variants/esp32s3/nm_epd_420/: variant.h, platformio.ini, nicheGraphics.h, pins_arduino.h for both classic GxEPD2 and InkHUD environments - src/platform/esp32/architecture.h: add HW_VENDOR mapping for NM_EPD_420 - src/PowerFSM.cpp: skip screensaver for boards with EINK_KEEP_SCREEN_ACTIVE - src/graphics/EInkDisplay2.cpp/h: 3-color EPD support, NM_EPD_420 rotation - src/graphics/EInkDynamicDisplay.cpp/h: configurable refresh rate macros - src/graphics/draw/UIRenderer.cpp: custom dashboard frame for NM_EPD_420 - src/modules/Telemetry/EnvironmentTelemetry.cpp/h: compile-time screen enable - src/modules/Modules.cpp: load EnvironmentTelemetry when screen enable forced
Contributor
@RockBase-iot, Welcome to Meshtastic!Thanks for opening your first pull request. We really appreciate it. We discuss work as a team in discord, please join us in the #firmware channel. Welcome to the team 😄 |
|
|
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.
NM-EPD-420 is an ESP32-S3 based device with:
Changes:
🤝 Attestations