Skip to content

u8g2 bindings for Circle, a bare-metal programming environment for Raspberry Pi

Notifications You must be signed in to change notification settings

konistehrad/u8g2_circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle Bindings for u8g2

u8g2 bindings for Circle, a bare-metal programming environment for Raspberry Pi.

Getting Started

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.

What's Working

  • Hardware I2C support via a HAL object

What's Left

  • Hardware SPI support
  • Bit-banging support
  • Testing u8g2 button bindings

About

u8g2 bindings for Circle, a bare-metal programming environment for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages