Search found 2 matches
- Sat Nov 03, 2018 2:23 pm
- Forum: Java
- Topic: ucgdisplay - A graphics display library for 8-bit monochrome displays
- Replies: 0
- Views: 3222
ucgdisplay - A graphics display library for 8-bit monochrome displays
Greetings, I have developed a graphics display library written in java for the Pi. It is basically a wrapper around the popular Arduino/C++ U8g2 library. I'd like to invite anyone to try it out and I hope to get constructive feedback. Github page can be found at: https://github.com/ribasco/ucgdispla...
- Wed Oct 24, 2018 4:30 pm
- Forum: C/C++
- Topic: C++ library to use with Adafruit SSD1306 I2C LCD
- Replies: 5
- Views: 7644
Re: C++ library to use with Adafruit SSD1306 I2C LCD
I would recommend the U8g2 library. https://github.com/olikraus/u8g2 , It supports many display controllers including SSD1306. I have made a project to demonstrate how to use this on the Raspberry Pi (see https://github.com/ribasco/u8g2-rpi-demo ) with the ST7920 via SPI. Its easy to modify to make ...