lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
662 stars 127 forks source link

GPIO character device instead of sysfs #134

Closed sgjava closed 2 years ago

sgjava commented 2 years ago

Have you looked at https://github.com/vsergeev/c-periphery? sysfs is deprecated and GPIO character device replaces it. I worked on https://github.com/olikraus/u8g2/tree/master/sys/arm-linux using c-periphery and boosted performance of SW and HW I2C and SPI. I also made it thread safe and multiple display capable. I'm looking for a library to write a Java wrapper for that handles color displays like yours.

lexus2k commented 2 years ago

Hi, it's nice idea. I will check the peripheral library.

sgjava commented 2 years ago

I will look at current Linux implementation.