Skip to content

Instantly share code, notes, and snippets.

View tomhermans's full-sized avatar
👻
tinkering

Tom Hermans tomhermans

👻
tinkering
View GitHub Profile
/* based on @file MultiKey.ino || @version 1.0 || @author Mark Stanley|| @contact mstanley@technologist.com
|| @description This sketch is an example of how you can get multiple key presses from a keypad or keyboard.
|| #
*/
#include <Keypad.h>
#include <BleKeyboard.h>
// 135x240px display
#include <SPI.h>
#include <TFT_eSPI.h> // Hardware-specific
TFT_eSPI tft = TFT_eSPI(135, 240);