19 using namespace touchscreen;
23 void setup()
override;
25 void dump_config()
override;
30 void set_power_state(
bool enable);
31 bool get_power_state();
Copy of GPIOPin that is safe to use from ISRs (with no virtual functions)
void set_interrupt_pin(InternalGPIOPin *pin)
static void gpio_intr(EKTF2232TouchscreenStore *store)
void set_rts_pin(GPIOPin *pin)
EKTF2232TouchscreenStore store_
InternalGPIOPin * interrupt_pin_
Implementation of SPI Controller mode.