Add E1001 (Seeed reTerminal) display support#304
Open
oetiker wants to merge 1 commit intousetrmnl:mainfrom
Open
Add E1001 (Seeed reTerminal) display support#304oetiker wants to merge 1 commit intousetrmnl:mainfrom
oetiker wants to merge 1 commit intousetrmnl:mainfrom
Conversation
Add display support for the BOARD_SEEED_RETERMINAL_E1001 variant which uses a GDEY075T7 7.5" 800x480 e-paper panel with UC8179 controller. Changes: - Add EP75_800x480_GEN2 display profiles for 1-bit and 4-gray modes - Custom UC8179 init sequence matching Seeed_GFX reference (needed because bb_epaper doesn't natively support this panel yet) - Disable SD card SPI (GPIO16) to prevent bus contention on E1001/E1002 boards - 4-gray rendering with correct UC8179 buffer order: OLD (0x10) first, NEW (0x13) second, with tuned booster settings and manual refresh - Use PLANE_DUPLICATE for 1-bit BMP/Group5 images (UC8179 needs both OLD and NEW buffers written) - REFRESH_ALREADY_DONE sentinel to skip bbep.refresh() when 4-gray mode has already handled refresh directly Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
PLANE_DUPLICATEfor 1-bit mode (UC8179 needs both OLD and NEW buffers written)Only
src/display.cppis modified. All changes are behind#ifdef BOARD_SEEED_RETERMINAL_E1001guards so no other board variants are affected.Test plan
pio run -e seeed_reTerminal_E1001🤖 Generated with Claude Code