Yes, the Round Display does indeed work with the Wio-SX1262 module and ESP32S3, at least when using the B2B connector. I unfortunately no longer have the code to share but it is very easy to re-create what I did, just add the LoRa commands to any given round display sketch. Using the TFT_Clock example from the TFT_eSPI library, I simply added in the appropriate Radiolib commands to transmit a packet every x seconds. No changes were made to the usual LoRa config or to the existing code in the TFT_Clock sketch, it seemed to just work right off the bat. Both the display and touch input worked properly. You just have to make sure that you do not throw a transmit or receive interrupt while drawing to the display, or else you’ll get random garbage on the screen.
Using the “Wio-SX1262 for XIAO” to easily build LoRa point-to-point communication with various XIAOs
1 Like