Home UI overhaul: 8 icons/page, pagination arrows, centered settings button and configurable visuals#29
Open
Inter-Raptor wants to merge 1 commit into
Open
Conversation
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.
Motivation
Description
RaptorLauncher_V0.8/launcher_ui.cpp).Fleche.hetEngrenage.het rendu des flèches de pagination (gauche/droite) avec affichage conditionnel non cyclique, et bouton paramètres centré avec icône engrenage et texte traduit. (fichiers sprites intégrés et rendu via nouveaux helpers).displayDrawSmallTextTransparentColor), rectangle arrondi et rendu de sprites RGB565 avec clé de transparence dansdisplay_manager.{h,cpp}; le texte des labels home est maintenant dessiné sans fond et sa couleur est pilotable.settings.jsonet gérés par le gestionnaire de settings (RaptorLauncher_V0.8/settings_manager.{h,cpp}):show_info_badge,text_color_mode,text_color_hex,boot_splash_ms,title_splash_ms;CarteSD/settings.jsona été mis à jour avec commentaires explicatifs.boot_splash_msettitle_splash_ms, et la couleur du texte supportewhite|red|black|hex(#RRGGBB)(parsing hex inclus). (modifications dansRaptorLauncher_V0.8/RaptorLauncher_V0.8.inoetlauncher_ui.cpp).Testing
arduino-cli compile --fqbn esp32:esp32:esp32 RaptorLauncher_V0.8a été exécutée et a échoué cararduino-clin'est pas disponible dans l'environnement (arduino-cli: command not found).rg/sed) pour s'assurer de la cohérence des appels d'API d'affichage et des nouvelles clés JSON.Codex Task