This is a tool used to run the Adafruit GFX library locally via SDL2. It could be helpful with prototyping before deploying to physical hardware.
- Install SDL2 (e.g.
brew install sdl2) - Initialize submodules with
make init_subs
make
build/gfxproto which should result in a SDL2 window with output.
make update_subs