This PR adds support for the OLED display module to the CHAL_SHARED repository. The OLED display module includes functions for initializing the display, setting pixels, and updating the display. It also implements graphics and text rendering capabilities. Additionally, the necessary interface code for SPI or I2C communication with the main system is included.
Summary of Changes
Created a new file "os_oled_display.h" for the OLED display module, which includes the necessary function prototypes and type definitions.
Created a new file "os_oled_display.cpp" for the OLED display module, which includes the function implementations.
Updated the "chal_shared_includes.h" file to include the new "os_oled_display.h" file.
Updated the README.md file to include information about the new OLED display module.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/oled-display-module
🎉 Latest improvements to Sweep:
Use Sweep Map to break large issues into smaller sub-issues, perfect for large tasks like "Sweep (map): migrate from React class components to function components"
Getting Sweep to format before committing! Check out Sweep Sandbox Configs to set it up.
We released a demo of our chunker, where you can find the corresponding blog and code.
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR adds support for the OLED display module to the CHAL_SHARED repository. The OLED display module includes functions for initializing the display, setting pixels, and updating the display. It also implements graphics and text rendering capabilities. Additionally, the necessary interface code for SPI or I2C communication with the main system is included.
Summary of Changes
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: