fbpad-eink icon indicating copy to clipboard operation
fbpad-eink copied to clipboard

A framebuffer-based terminal emulator targetting eink devices (Kobo)

Results 3 fbpad-eink issues
Sort by recently updated
recently updated
newest added

I get this error while compiling: ``` test@deep:~/kobo_asd/fbpad-eink$ sudo -S make arm-linux-gnueabihf-gcc -c -Wall -O2 refresh.c In file included from refresh.c:19: refresh.h:2:1: error: conflicting types for 'fbink_refresh' fbink_refresh(int fbfd, ^~~~~~~~~~~~~...

`make` fails for me with the following error when I try to cross-compile: ``` refresh.c:12:10: fatal error: fbink.h: No such file or directory 12 | #include "fbink.h" | ^~~~~~~~~ compilation...