Add MarvelTubes Mini support - #166
Merged
Merged
Conversation
- Updated platformio.ini to set firmware version to 1.3.9. - Added new environment for MarvelTubes Mini clock in platformio.ini with specific build flags and extra scripts for preparing mini clockfaces. - Updated library properties for modified libs to reflect modifications and new repository URL. - Incremented firmware version to 1.3.9 in platformio.ini. - Added a new script for preparing mini clockfaces, resizing images for the MarvelTubes Mini display. - Enhanced ChipSelect class for I2C expander initialization specific to MarvelTubes Mini. - Implemented RTC handling for MarvelTubes Mini, returning default values when no RTC is present. - Adjusted TFT initialization and display handling for MarvelTubes Mini, including dimming and display power management. - Updated main setup and loop functions to accommodate new hardware configurations. Co-authored-by: Copilot <copilot@github.com>
|
Builds, installs, and runs perfectly. |
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
This PR adds support for the MarvelTubes Mini hardware platform and updates the build and bundled-library setup required to build and publish the corresponding firmware cleanly.
Changes
Add support for the MarvelTubes Mini hardware platform, including the new board definition, hardware-specific pin mapping, display setup, and firmware-side integration.
Update the main documentation to describe MarvelTubes Mini support and the related hardware details.
Added new environment for MarvelTubes Mini clock in platformio.ini with specific build flags and extra scripts for preparing mini clockfaces.
Added a new script for preparing mini clockfaces, resizing images for the MarvelTubes Mini display (reworked now).
Enhanced ChipSelect class for I2C expander initialization specific to MarvelTubes Mini.
Implemented (non) RTC handling for MarvelTubes Mini, returning default values when no RTC is present.
Adjusted TFT initialization and display handling for MarvelTubes Mini, including dimming and display power management.
Updated main setup and loop functions to accommodate new hardware configurations.
Update the display abstraction and TFT handling required for the MarvelTubes Mini hardware layout and control flow.
Add MarvelTubes Mini hardware documentation, including notes for the IO expander, display breakout board, and reference photos.
Incremented build/firmware version to 1.3.9 in platformio.ini.
Update and document the generated firmware binaries for the supported hardware variants, including MarvelTubes Mini, set to the newer
v1.3.9release level.Updated library properties for modified libs to reflect modifications and new repository URL.
modified .gitignore and .gitattributes files to ignore more binary files and python dev artifacts
Result
This makes MarvelTubes Mini a supported target in the repository and aligns the bundled libraries, scripts, documentation, and firmware artifacts needed to build and distribute it reliably.