witnessmenow / ESP32-Cheap-Yellow-Display

Building a community around a cheap ESP32 Display with a touch screen
MIT License
1.56k stars 158 forks source link

Add Squareline Studio example project #132

Open kaladinstorm84 opened 8 months ago

kaladinstorm84 commented 8 months ago

Add an example project for Squareline Studio UI

witnessmenow commented 7 months ago

As someone who has never used squareline before, is there any instructions that need to accompany this to inform people how to use it?

amirzohaib commented 2 months ago

As someone who has never used squareline before, is there any instructions that need to accompany this to inform people how to use it?

A bit of Instructions are needed, for example, your project settings in Squareline for CYD should be Width:320 Height: 240 Depth: 16-bit Board Group: Arduino Board: Arduino with TFT_eSPI LVGL Version same as your Library

For use with Platform IO = Set Call functions export file to .cpp

modified lv_conf.h and User_Setup.h needed to be replaced (containing pin definitions..etc After line 366 of lv_conf.h you need to enable fonts that you used with 1 tft Rotation tft Invert if needed, and those Gamma corrections for better color should also be added