Ui.ino compiling issues

I’ve got a request that will save a lot of headaches for someone trying to get the touch function working in the sample ui.ino code that SLS provides. The “my_touchpad_read” function does not compile because it references TFT_eSPI functions that are only accessible if you change a specific setting in the TFT_eSPI setup files. The library expects the display to be connected by SPI and you have to uncomment the #define TOUCH_CS line as shown below.

Can a comment be added to the ui.ino code? Or it could be added to the “readme” text included with the project template? Something like, “To run the “my_touchpad_read” function, open the TFT_eSPI library setup folder and uncomment the #define TOUCH_CS line.”

Thanks,
Bryan