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)