// SPDX-License-Identifier: Apache-2.0 #pragma once #ifdef __cplusplus extern "C" { #endif #include #include #include struct Cst66xxConfig { // Devicetree address hint (0x1A on the LilyGO T-Deck Max). uint8_t address; uint16_t x_max; uint16_t y_max; bool swap_xy; bool mirror_x; bool mirror_y; struct GpioPinSpec pin_reset; bool reset_active_high; }; #ifdef __cplusplus } #endif