Success, now questions...
Got it fully working!
Thanks for the source code, managed ot get it fully working 100% have run through the example you have and how have my own picture library and text setup :-)
my question is, say I want two of these setup in my notification area (bulletinboard) what do I have to change to have a second one, as my second one just overwrites the first one
Thanks again!
Instead of using this example, for your own projects it's better to use my NIC template.
Also in future for questions like this it's better to email or message me on here than create an issue on this repo.
hi Will, I've wrote you an email days ago. And I want to know how to compile this. Or how to make it work with theos? I am very appreciate if u can help me .
If you have theos set up just cd into the WeeAppTest directory in a terminal and type 'make package install'. This will build the widget and also install it to the device IP set in the 'THEOS_DEVICE_IP' environment variable. Also I said above if you are planning to create your own widget then please use my NIC template instead.
That's fantastic. I'm now using NIC template you mentioned . Thank you.