I have an old project that I am trying to adapt to meshtasic. It uses a TFT ST7789 display (SPI), and I am really struggling to get the firmware to play nicely with it.
(Plan to redesign this hardware to use the E22-900m30s Lora Module)
Things I’ve tried:
I’ve made sure that I have set all the ST7789_CS, _RS, _SDA etc in the variant.h file
I have tried changing the ST7789_SPI_HOST to SPI_HOST, SPI2_HOST, SPI3_HOST, VSPI_HOST & HSPI_HOST
I’ve looked at the t-deck and the t-watch configurations to try and see what they are doing because they use the same driver. But have not had any luck.
I would love to get some help if anyone has any ideas of what I may be doing wrong. Please feel free to let me know.
This is my Variant.h so far, just to try to get the Display working. I will need to add the Lora Module later as well as defining buttons and battery pins etc.