u8g2 bindings for Circle, a bare-metal programming environment for Raspberry Pi.
After following the intro steps on the Circle project,
the structure of this project should allow you to clone this repo into
the app
directory of a fresh Circle checkout:
git clone https://github.com/rsta2/circle.git
cd circle/app
rm -rf *
git clone https://github.com/konistehrad/u8g2_circle.git .
./makeall
Circle documentation should be followed for uploading / flashing / copying the kernel artifact to your Raspberry Pi.
- Hardware I2C support via a HAL object
- Hardware SPI support
- Bit-banging support
- Testing u8g2 button bindings