#A Soldered.com Inkplate 10 Weather Station using the ESP-IDF

3 messages · Page 1 of 1 (latest)

shell hatch
#

I made a little weather doodad primarily to get this Inkplate 10 working under the ESP-IDF, but also to flesh out my little C framework of IoT functionality (the framework also exists as a win32 directx app that can host the code but i've not included that with the Inkplate project specifically).

The readme has operating/building details. I had to use LPGL 3.0 to license it due to me using some similarly licensed code as a reference for this implementation (but it was Arduino - yuck)

https://github.com/codewitch-honey-crisis/Inkplate/

GitHub

Project to support the Soldered Inkplate 10 from the ESP-IDF - codewitch-honey-crisis/Inkplate

#

There is C++ code in this, which covers the main application functionality and support. It's not linked in separately just because that adds unnecessary complication to the PIO build env, but it can be done if desired by moving the C code into the lib folder so it will be linked statically with the C++ stuff.