GEM icon indicating copy to clipboard operation
GEM copied to clipboard

Looking for KeyDetector.h

Open PDE-Paul opened this issue 1 year ago • 2 comments

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

PDE-Paul avatar Aug 29 '24 06:08 PDE-Paul

try this: https://github.com/Spirik/KeyDetector

shezik avatar Aug 29 '24 07:08 shezik

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.

Spirik avatar Aug 29 '24 08:08 Spirik

Thank you both, my code now compiles, got another issue, will start a separate thread if needed, busy checking past issues first.

PDE-Paul avatar Sep 03 '24 06:09 PDE-Paul