| 15 | ***************************************************************************************/ |
| 16 | SPIClass touchSPI; |
| 17 | void _setup_gpio() { |
| 18 | launcherGpioOutput(XPT2046_CS); |
| 19 | launcherGpioWrite(XPT2046_CS, HIGH); |
| 20 | rotation = 0; |
| 21 | } |
| 22 | |
| 23 | /*************************************************************************************** |
| 24 | ** Function name: _post_setup_gpio() |
nothing calls this directly
no test coverage detected