Add support for LilyGo T-Echo Card (and tiny-ui!)#2517
Open
oltaco wants to merge 6 commits intomeshcore-dev:devfrom
Open
Add support for LilyGo T-Echo Card (and tiny-ui!)#2517oltaco wants to merge 6 commits intomeshcore-dev:devfrom
oltaco wants to merge 6 commits intomeshcore-dev:devfrom
Conversation
Member
Author
|
Here's a little poorly shot video of the new tiny ui in action |
|
Loaded up my T-Echo Card with the firmware from this PR and can confirm the new tiny UI looks fantastic. @oltaco has done a brilliant job. |
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 T-Echo Card. It depends on #2516 otherwise the clock doesn't work due to the accelerometer/magnetometer being auto-detected as an RTC.
Added a new tiny-ui for the 72*40 screen, big thanks to @pelgraine for the U8g2 display wrapper 👍
I decided to try something different with the tiny ui and added a scrolling header with node name, battery voltage, buzzer, GPS and BLE status.
The main screen shows unread msg count, battery voltage and BLE pin when not connected, and there is no recent messages screen as there's not enough space anyway. It might be worth removing the recent adverts screen as well but I've left it in for now.
Triple click to toggle buzzer, double click on C button to toggle "torch".
Accelerometer/compass is currently disabled but could be enabled by a future update. The speaker could also potentially be enabled for use with alternate notification sounds, who knows :)