From f6784bb96af839624c9eb7973b64cb68f35b17ce Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Tue, 27 Oct 2020 11:52:11 +0100 Subject: [PATCH] Updated Features (markdown) --- Features.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Features.md b/Features.md index cef33b0..d5ee3c4 100644 --- a/Features.md +++ b/Features.md @@ -74,6 +74,16 @@ Enables a webserver on port 80, allows for full remote control of the onboard di -DFEATURE_WEBSERVER ``` +# DPAD +Allows input with 4 buttons, up, down, back, confirm +``` + -DFEATURE_DPAD + -DPINS_DPAD_UP=23 + -DPINS_DPAD_DOWN=32 + -DPINS_DPAD_CONFIRM=22 + -DPINS_DPAD_BACK=27 +``` + # DPAD (3wires) Allows input with 4 buttons, connected via 3 wires, up, down, back, confirm ```