Szybet/InkWatchy

Missing library

Closed this issue ยท 13 comments

I cannot compile the firmware, it miss the images.h header

In file included from src/main.cpp:1:
src/defines/defines.h:34:10: fatal error: images.h: No such file or directory

****************************************************************
* Looking for images.h dependency? Check our library registry!

run the generate.sh file - it will convert images and fonts on the fly to header files which you are missing ;)

added a few things to the readme about compiling

hi, thank you. now i cant build fonts ๐Ÿ˜ข
./convertFonts.sh: riga 8: cd: ../../.pio/libdeps/watchy/Adafruit GFX Library/fontconvert/: File or directory doesnt exist

Oh! let me fix that quickly, please wait ;)

there is no such dependency. in pio folder

I know, my fault im fixing that right now

done, should work now with the latest commit

missing book.txt :), maybe you should add some sample book

also, unicode package should be installed. should be enough to run pip install unicode, but on my system (arch) I used sudo pacman -S python-unidecode

yeah missing book break compilation as well

missing book.txt :), maybe you should add some sample book

Nah, generating resources without book will fail, but if you disable book in config it will compile fine. It's in the readme

also, unicode package should be installed. should be enough to run pip install unicode, but on my system (arch) I used sudo pacman -S python-unidecode

you are free to edit the script and add your os dependent code to install it, contributions are welcome

it worked! thank you man, really a nice project. finally I can use my watchy as a kindle! ๐Ÿ˜„