Looking for KeyDetector.h
Hi, I am trying your AdafruitGFX Example-01_Basic and the code will not compile as there is a missing header file #include <KeyDetector.h>, please let me know where I can find it. Kind Regards Paul
try this: https://github.com/Spirik/KeyDetector
Hello, @PDE-Paul!
Yes, @shezik is correct, examples for Adafruit GFX version of GEM rely on KeyDetector library to detect user input.
If this is your first time trying GEM, I'd suggest following step-by-step tutorial in Readme first, see How to use with Adafruit GFX section.
Thank you both, my code now compiles, got another issue, will start a separate thread if needed, busy checking past issues first.