Raspberry Pico with Monochrome SH1106 Display Driver

Raspberry Pico with Monochrome SH1106 Display Driver
Since I could not find any help with getting LVGL 9.2 up and running on a Raspberry Pico, I’ll share what I’ve gotten so far.

Repository: sdwood68/Pico_lvgl: Raspberry Pico with LVGL
Processor: RP2040
Display: Generic 128x64 monochrome OLED display with SH1106 chip and I2C interface
IDE: Visual Studio code 1.98.2
LVGL: v9.2
OS: None

What I’ve accomplished:

  • I’m able to display “Hello World”

To Do:

  • Add button scanning routine to control UI
  • Develop a basic UI

Thank you for sharing it!