some updates
CK_BUTTON: subroutine in the TOUCH_TFT.PBPMOD file fixed
const txt strings can now be anywhere in addressable pgm memory
button txt strings can now be anywhere in addressable pgm memory
pin definitions for tft dc/cs/rst have been simplified
eg. for tft cs on bit 5 instead of tft_cs_bit con 32 is now
Code:tft_cs_bit con 5
Bookmarks