LilyGo T-Deck keyboard support & display driver improvements (#19)
* LilyGo T-Deck keyboard support * reverse logic * docs and readability * cleanup * optimize driver buffer * cleanup
This commit is contained in:
committed by
GitHub
parent
14eb43211d
commit
ccbe6b7ab8
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "driver/i2c.h"
|
||||
#include "driver/gpio.h"
|
||||
|
||||
#define TDECK_I2C_BUS_HANDLE (0)
|
||||
#define TDECK_POWERON_GPIO GPIO_NUM_10
|
||||
Reference in New Issue
Block a user