U8glib_Arduino icon indicating copy to clipboard operation
U8glib_Arduino copied to clipboard

U8glib library for Arduino

Results 21 U8glib_Arduino issues
Sort by recently updated
recently updated
newest added

Wie kan mij helpen , ik heb een display SBC-LCD 128X64 willen opstarten maar ik krijg altijd dezelfde foutmelding terug wat doe ik verkeerd , ik heb U8glib gebruikt ,...

Hello, I'm using Arduino IDE and I'm uploading to a MKS 1.4 board (Arduino Mega basically) and the IDE is saying U8glib.h: No such file or directory. I'm not sure...

I am trying to get the BigTreeTech mini12864 working on the Anet A8. No matter what I try the same error pops up. it says U8glib-HAL.h does not exsist I'm...

On the example U8GLib.ino is not possible to compile. Error on line 142: const colorDef colors[] MEMMODE={ full error of compiler is: _src/menuIO/U8GLibOut.h: In function 'global constructors keyed to 65535_0_U8GLib.ino.cpp.o':...

When trying to build the project using this lib with arduino-makefile I got this: ``` /usr/share/arduino/hardware/tools/avr/bin/avr-g++ -MMD -c -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino//cores/arduino -I/home/zezic/Work/Toolchanger/toolchanger/Arduino_Boards/sparkfun/avr/variants/promicro -I/home/zezic/Work/Toolchanger/toolchanger/libs-arduino/SPI/src -I/home/zezic/Work/Toolchanger/toolchanger/libs-arduino/Wire/src -I/home/zezic/Work/Toolchanger/toolchanger/libs/U8glib_Arduino/src -Wall -ffunction-sections -fdata-sections...

Following happens when build for M0 or Zero boards both in Arduino SDK and platform-io. ``` C:\Users\***\Documents\Arduino\libraries\U8glib\src\clib\u8g_delay.c:57:14: fatal error: delay.h: No such file or directory # include ^~~~~~~~~ compilation terminated....

Hi, I am working on a school project with an ESP32, I managed to get my OLED: https://ibb.co/yyRmHMz To work well using `U8GLIB_SH1106_128X64 u8g(13, 12, 5, 9, 11); ` on...

Hello, I wanted to ask, if this library does work with an EA DOGL128-6 and if yes, what setup I have to choose, for example: //U8GLIB_DOGM128 u8g(13, 11, 10, 9);...