Makerfabs / MaTouch-ESP32-S3-Rotary-IPS-Display-with-Touch-2.1-ST7701

32 stars 8 forks source link

MaTouch ESP32-S3 Rotary IPS Display with Touch 2.1 ST7701

/*
Version:        V1.0
Author:     Vincent
Create Date:    2023/8/24
Note:

    2023/8/29   V1.1    Change out factory test program

*/

Makerfabs

Makerfabs home page

Makerfabs Wiki

Intruduce

Product Link:[]()

Wiki Link : []()

Features

Specs:

Usage

Libraries

Related library versions

library

"mf_Lvgl" library is modified from Lvgl library (version 8.3.2).

Please unzip "lib/mf_Lvgl.zip","TouchLib" and copy to arduino library directory.

Example

fw_test

Old factory test program. Test screen display and touch, as well as ring encoders and press switches.

fw_test_v2

Factory test program. Test screen display and touch, as well as ring encoders and press switches. After press screen, it will change different screen.

fs_test

No SD card is required, files are stored in SPIFFS in Flash, and the display is switched by rotary encoder.

Need use arduino-esp32fs-plugin upload picture. And install JPEGDEC version 1.2.8

arduino-esp32fs-plugin

stepper_control

Control stepper motor rotation speed, rotation direction.

stepper