ribasco / ucgdisplay

A character/graphics lcd library for single board computers (e.g. Raspberry Pi) written in Java. Provides drivers for graphics monochrome display devices (lcd, oled, e-ink etc) powered by U8g2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace wiring-pi with c-periphery

ribasco opened this issue · comments

For consideration: https://github.com/vsergeev/c-periphery

The following will be marked as deprecated and removed in future versions (replaced by c-periphery classes):

  • CommSpi.h
  • CommSpi.cpp

Note: gpio module from c-periphery is still using the sysfs version. Use libgpiod for our gpio interface.