Add CardKB, FACES and RAK14004 support to inputbroker/cannedmessages

This commit is contained in:
Thomas Göttgens
2022-03-28 16:55:58 +02:00
parent a48cc202a7
commit f119e294af
11 changed files with 193 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif
// -----------------------------------------------------------------------------
// OLED
// OLED & Input
// -----------------------------------------------------------------------------
#define SSD1306_ADDRESS 0x3C
@@ -143,6 +143,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Define if screen should be mirrored left to right
// #define SCREEN_MIRROR
// The m5stack I2C Keyboard (also RAK14004)
#define CARDKB_ADDR 0x5F
// The older M5 Faces I2C Keyboard
#define FACESKB_ADDR 0x88
// -----------------------------------------------------------------------------
// GPS
// -----------------------------------------------------------------------------