1. Pentinic

    I2C No longer finding SSD1306 display

    Hi all, I have a design for a SSD1306 display driver below that I tested last night and worked (given the I2C address sometimes changed out of nowhere and every couple hundred frames would have artefacts), however this morning the display is no longer even being detected by an I2C bus scan. I...
  2. Prajeet Anand

    Array is too large - stm8s

    #include "STM8S.h" #define I2C_PORT GPIOE #define SCL_pin GPIO_PIN_1 #define SDA_pin GPIO_PIN_2 #define SSD1306_I2C_Address 0x78...
Top