1. T

    Using the u8x8 library with Arduino Nano

    Trying to figure out how to update text to a 128x64 OLED using the u8x8 library for Arduino. The text changes in real time using a potentiometer. void setup() { u8x8.begin(); u8x8.setPowerSave(0); } //* Writing to the LCD*// void LCDWrite() {...
  2. trivettegiacomo

    where can i buy an amoled display panel?

    Hi, i would like to build my own computer monitor and i'm trying to find the display panel component that should have these characteristics: amoled or oled technology size between 13.3 and 17 inches resolution 4k Can you help me find where to buy it online?
  3. 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