ArduiPi_OLED icon indicating copy to clipboard operation
ArduiPi_OLED copied to clipboard

Common used OLED driver for Raspberry PI

Results 22 ArduiPi_OLED issues
Sort by recently updated
recently updated
newest added

pi@raspberrypi:~/ArduiPi_OLED $ sudo make g++ -shared -Wl,-soname,libArduiPi_OLED.so.1 -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -o libArduiPi_OLED.so.1.0 ArduiPi_OLED.o Adafruit_GFX.o bcm2835.o Wrapper.o -li2c [Install Library] [Install Headers] pi@raspberrypi:~/ArduiPi_OLED $./oled_demo --help -bash: ./oled_demo: No such...

hello, how is it possible to run oled programs without sudo rights?

in ArduiPi_OLED_lib.h there are some defines which perhaps conflict with general or arbitrary programs: ``` // Arduino Compatible type typedef uint8_t boolean; typedef uint8_t byte; //... // GCC Missing #define...

Hey, I try to run the demo ( with `sudo ./oled_demo --verbose --oled 1`) on a SH1106 connected via SPI to my Raspi 3 B+ with Raspian but get no...

what are the RESET pins for? especially OLED_I2C_RESET ? OLED SSD1306 boards normally don't have a breakout pin for reset GPIOs, and on the RPi GPIO pin bcm 25 (physical...

Hallo, can some one help me with that issue?? Where do i get the lib´s, or how can i install the missing lib´s? Running Debian 9 on Raspi3. pi@raspberrypi:~/ArduiPi_OLED $...

I can't install the lib on my Raspberry Pi (OS Raspbian Stretch), downloading and then typing "make" or even "sudo make" does not work at all, e.g., ``` pi@PiStr:~/ArduiPi_OLED $...

The i2c_smbus_write functions seem to not exist on my system. ``` gcc -Wall -fPIC -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -c bcm2835.c bcm2835.c: In function ‘bcm2835_i2c_write’: bcm2835.c:877:12: warning: implicit declaration of...

I am using the sh1106 and would like to dim the screen. Does the sh1106 support such a feature or would the software need to flicker the screen so fast...

Followed Issue #16 as it wasn't possible to compile the project! So I also changed the -march to -march=native 2x in the Makefile in examples. But when I write "sudo...