Is there a way to program the 8048s070 display?

I’m trying to program the 800x640 8048S070 display in SquareLine Studio (I’m making a template).
I managed to communicate with the touch screen, but when communicating with the display, the documentation says to use the SSD1963 driver. The datasheet for this display states that it uses 16-bit parallel communication, but the SSD1963 driver only uses 8 bits. Can anyone give me a tip?

I’m sending the compressed template to be used in SquareLine Studio and Visual Studio Code (vscode). It’s not working, there are some adjustments needed, whoever can help me I’d appreciate it.

When you install this driver in your SquareLine Studio, the “Taquionica” folder group containing a single template will appear. Create your project in Squareline and export the template. Then open the template you exported with vscode. It is compiling correctly, the display is just not working because you have to define the resolution on the platform, you have to set the project to 16 bits of data and you have to configure the communication pins.

arduino_tft_8048S070.rar (136.4 KB)

The SSD1963 datasheet says there are 2 modes that it support: Parallel RGB with 18/24 bits per pixel, and Serial RGB with 8 bit port. The TFT_eSPI User Setup 50 (parallel) has 8-bit parallel interface indeeded, maybe it’s a bit outdated or the word ‘parallel’ is misleading. So for proper initialization I think you need to look for experiences and solutions for this display. These 2 links could be useful: Howto - esp32-8048s070 board for Arduino and Howto - 7" esp32-8048s070 captivetouch TFT and squareline studio for interface controll - Display - OpenEnergyMonitor Community