Lennart Hennigs

Results 25 comments of Lennart Hennigs

Hey @jmozmoz, to catch up on your question (better late then never), I added unique IDs to the states in my branch: https://github.com/LennartHennigs/arduino-fsm This now allows to store the state...

Hi, this is what I used and it seemed to work: ``` /* ----------------------------------------------------- */ #include "Fsm.h" #include "Button2.h"; /* ----------------------------------------------------- */ #define TIMEOUT 1000 /* ----------------------------------------------------- */ void waitfortriggerack()...

Hey, I added these in my fork because I am building something similar: https://github.com/M5ez/M5ez/compare/master...LennartHennigs:master

this is what I used in my `setup()` ``` #include ... Preferences prefs; prefs.begin("M5ez"); prefs.putBool("battery_icon_on", true); prefs.end(); ``` not pretty, but it works.

Hey, without the encoder I cannot really reproduce your problem. Maybe try out a different click setting. Cheaper encoder do use a different setting .That might be the problem.

Hi, just soldered the (USB) cable for a Artix Laptop and connected a Pi4 to it for the first time. The HDMI works for me. Here is the output from...

Well. That must smarter people than me find out. This is what I found after some googling and some trial and error :-) > Am 29.07.2019 um 19:56 schrieb Adrian...

Hey Marco, thanks for the quick reply. I'll see what I can do. I also found a thread discussing the problem in a bit more detail - might be of...

Hey Aaron, That would be kind of neat. Sure, take a stab at it. That's why I have all the stuff online - for people to use and tinker with...

no, not completed. there is a working branch that uses it. still need to decide how to split/branch out functionality.