Add I2C_TOUCH_PORT

This commit is contained in:
fvanroie 2022-04-12 22:24:04 +02:00
parent 991b5fc73e
commit d521edc04b

View File

@ -108,6 +108,10 @@
#ifndef TOUCH_OFFSET_ROTATION
#define TOUCH_OFFSET_ROTATION 0
#endif
#ifndef I2C_TOUCH_PORT
#define I2C_TOUCH_PORT 0
#endif
namespace dev {
class LGFX : public lgfx::LGFX_Device {
public: