Ai_Ardulib_SSD1306 icon indicating copy to clipboard operation
Ai_Ardulib_SSD1306 copied to clipboard

Library for using SSD1306-powered OLED displays in the Arduino IDE.

Results 9 Ai_Ardulib_SSD1306 issues
Sort by recently updated
recently updated
newest added

Tried to look at the tutorial mentioned in the description and this is all i see ![image](https://user-images.githubusercontent.com/24723767/178443946-574676d4-0bb9-433d-bed6-f41d9712cbd2.png)

Here is the error message: In file included from /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h:28:0, from sketch/HelloOLED.ino.cpp:1: /Users/XXX/Documents/Arduino/libraries/ACROBOTIC_SSD1306/fonts/font5x7.h:7:19: error: redefinition of 'const uint8_t _n []' OLEDFONT(font5x7) PROGMEM = ^ In file included from /Users/XXX/Documents/Arduino/libraries/ACROBOTIC_SSD1306/examples/HelloOLED/HelloOLED.ino:21:0: /Users/XXX/Documents/Arduino/libraries/ACROBOTIC_SSD1306/ACROBOTIC_SSD1306.h:32:72:...

i got error during compiling in IDE HelloString.ino example

Hello, Trying to test the screen with a simple script and the nodemecu board I get this error in the Arduino Ide xxxxxxxx\ACROBOTIC_SSD1306.cpp:58:72: error: default argument given for parameter 2...

Hi, I'm using for Nrf51822 but the Font 8x8 and 5x7 is still small, i want to change 10x10 or 20x20, how can i change it ? Please give me...

Hello, I found your library and wanted to use it as it seems much more efficient than the Adafruit libraries. When I try to run your example HelloOLED.ino, I am...

There is a test in putChar() to ignore non-printable characters. If custom glyphs are added to the font however, these will never be displayed unless the 127 is replaced with...

The culprit seems to be the loop that puts spaces on the screen for only 16 characters. The maximum here should probably be calculated from the actual font sizes.

C:\Users\zacha\AppData\Local\Temp\.arduinoIDE-unsaved20221013-10440-1ajma5n.viks\sketch_nov13a\sketch_nov13a.ino:14:10: fatal error: Adafruit_GFX.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: Adafruit_GFX.h: No such file or directory