Commit Graph

2 Commits

Author SHA1 Message Date
Joshua King
a8e8268b65 Refactor I2C device scanning and update display pin assignments
- Changed I2C scanning function to probe only expected device addresses, improving startup reliability.
- Updated logging to provide clearer output for found and missing devices.
- Modified I2C SDA and SCL pin assignments from 6 and 7 to 8 and 9, respectively, to accommodate hardware changes.
- Added a timeout for I2C communication to enhance robustness.
2026-02-22 11:21:29 -05:00
Joshua King
a80a6b59d1 Refactor code structure for improved readability and maintainability 2026-02-21 22:25:59 -05:00