For developers - Szybet/InkWatchy GitHub Wiki
Some informations which you could find helpfull expanding the firmware:
- Feel free to ask questions
- For writing your own watchface you could just modify watchFaceDraw.cpp file. If you write one, You can make it turn on off via config.h and merge it to the main repo :D
- Submodules are written relatively to the main coordinate so you can eassly move them arround, but the original size must remain. Or you can not implement them at all too
- I listed many things in
Code features
that make my code good. But as the project expanded and my brain failed from time to time because coding at 2 is actually a bad idea, there are some things that even I know about that are bad:- Submodules should be pure OOP and not retarded OOP structures.
They need to be remade, so before you touch it, repair them or I will do it
Obiously feel free to complain and even help!