kittenarmy
kittenarmy
I am using Micropython rp2-pico-20220618-v1.19.1.uf2 on Raspberry Pi Pico. I installed ssd1306py to /lib in Thonny. The example code: ``` import ssd1306py as lcd # init_i2c(scl, sda, width, height, i2c)...
I know it isn't official supported hardware, but I really was hoping someone familiar with the codebase would be able to help as I am trying to get this screen...
Date time fix for Static IP #1797
I have an ST7567S variant I2C display that looks identical to https://github.com/olikraus/u8g2/issues/2364, it has I2C address 0x3F. I tried using these 4 as per thread but none of them work...
As I was working through [list](https://github.com/olikraus/u8g2/wiki/u8g2setupcpp ) of constructors for https://github.com/olikraus/u8g2/issues/2462 I get this error compiling for GraphicsTest.ino: ``` U8G2_ST7567_LW12832_1_SW_I2C' does not name a type; did you mean 'U8G2_ST7567_122X32_1_SW_I2C'? ```...