M5paper V3 v.1.1 compatibility #718
Open
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.
Added M5paper V3 v.1.1 compatibility and UI.
I added the PlatformIO env and did minimal changes to original code to integrate screen.
UI porting
Greyscale images generated from T-Display amoled have been added in portrait mode just as pages header fitting width while below a status bar plus data are displayed in tabular views in three pages displaying:
Page 1: MINING data + Clock page data
Page 2: Global Stats
Page 3: Pool Stats (from json response) including number of active workers
Wheel Buttons mapped:
Touch handler is optional with env flag (this reduce significantly hash rate), if enabled two touch buttons at the bottom of each page for previous and next page.
Not sure I should have made merge request against main or dev, sorry.
Nice project and thanks I had fun working on this porting.