You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactors and platform additions across display and GPIO headers.
- Replace constexpr static_assert in FromHex with a runtime assert to avoid unconditional compile-time failure.
- Bump copyright years to 2026 in several display headers.
- Reformat display namespace and Defaults struct for consistency.
- Improve Display::PutString implementation to use a pointer-based loop.
- Enhance SPI config: add RASPPI board GPIO mappings, normalize macro formatting, and provide safe default (0) pins when not specified; tidy SPI CS guards.
- Include timing.h in st7789 and add minor header include reordering.
- Add GD32H7XX stub for Gd32GpioIntCfg and various formatting/comment style cleanups in gd32_gpio.h; split long template lines for readability.
These changes are mostly stylistic, safety fixes, and platform support additions to improve maintainability and RaspPi/ODROID support.
0 commit comments