nikthefix
nikthefix
@Starbane Check that your TFT_eSPI User_Setup.h display option is the default ILI9341_DRIVER. You'd think it shouldn't make a difference but I've found certain 'overrides' for each display profile which may...
The Squareline Studio export to Visual Studio is working really well and it's a pleasure to use. I see that the project display dimensions are now faithfully reflected in the...
Thanks Lewis. I suspected that it wasn't implemented for this display model. Never mind, soft rotate is working just fine. I have a landscape mode TFT_eSPI demo for the Long...
Sorry Lewis, one last question: The display init sequence in const static lcd_cmd_t axs15231b_qspi_init_new[]...... Is this redundant? Was it used for testing purposes? Does it configure the display in a...
Great! Thanks.
Hi again Lewis. I've been experimenting with some of the hardware accelerated features like Pixel_Fill and Region_Pixel_Fill in order to add fast clear screen etc. It seems that the display...
@bao55611 Yes I made a demo to do exactly this here: https://github.com/nikthefix/Lilygo_Support_T_Display_S3_Long_LVGL_Odometer I made the UI using SLS.
Hi d3mac123, If you're still having problems then I suggest backtracking a bit and starting with the TFT demo in the Examples folder. Open it directly from the folder. Since...
Hi again. Yes the AMOLED code won't work with the Long as it uses a TFT driver even tho both are set up for QSPI by default. So am I...
Hi d3mac123, I will upload some new demo code here in a couple of days. Could you try it and give me some feedback if you get a moment? It's...