Main public logs

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:56, 28 November 2023 73.162.65.105 talk performed unknown action "comments/add" on WEMOS ESP8266 Board with OLED & 18650 Battery Holder (Ok, I figured it out. -------------------------- Get library + example file -------------------------- Arduino IDE >> Tools >> Library Manager >> SSD1306 >> Install Arduino IDE >> File >> Examples >> Adafruit SSD1306 >> ssd1306_128x64_i2c --------------------- alter definitions: --------------------- // on this board the address is not 0xDC, it is 0x3C #define SCREEN_ADDRESS 0x3C --------------------- alter setup function: --------------------- void setup() { // // EXISTING_CODE...)