feat(board): add OnePage ESP32-C61 board profile and support - #68
Open
MoveCall wants to merge 1 commit into
Open
feat(board): add OnePage ESP32-C61 board profile and support#68MoveCall wants to merge 1 commit into
MoveCall wants to merge 1 commit into
Conversation
- Add FREEINK_DEVICE_ONEPAGE and FREEINK_MCU_C61 definitions - Add BoardProfile ONEPAGE (SSD1677 800x480, GPIO4 ADC ladder, GPIO6/9/2 side keys, GPIO27 SD rail) - Implement InputStyle::OnePageAdcLadder in InputManager - Add charge-pause sampling support in BatteryMonitor - Add power-rail settle time and retry loop in SDCardManager - Add ESP32-C61 deep sleep guard in PowerManager - Update README.md and add docs/onepage-c61-support.md
Contributor
|
Great to see this! |
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
Adds board support and hardware profile for OnePage Reader, an open-hardware DIY E-reader powered by ESP32-C61 and a 4.26" 800×480 SSD1677 e-paper display.
Hardware Photo
Key Changes
FREEINK_DEVICE_ONEPAGE(ESP32-C61, SSD1677 800×480 @ 20MHz, full 0-inset frame,sd.powerEnable = 27).InputStyle::OnePageAdcLadderfor GPIO4 ADC ladder keys + GPIO6/9/2 side buttons.docs/onepage-c61-support.mdand updatedREADME.md.Tested on Hardware