# Nscreen_32 **Repository Path**: weimingtom2000/Nscreen_32 ## Basic Information - **Project Name**: Nscreen_32 - **Description**: Imported from https://github.com/yeacreate-opensources/Nscreen_32 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Before everything start, please power on your board, and check it if it works. # ## For developing, you can use ESP-idf or esp32-arduino. ## ``` We suggest you use platformIO it support both ESP-idf and arduino-esp32. Install the platformIO with this guide: https://platformio.org/platformio-ide or Install arduino-esp32 for Arduino-IDE. Install guide is here: https://github.com/espressif/arduino-esp32#installation-instructions ``` ## There are 3 demos here: ## 1.tft_espi_graphicstest ``` Used for test the screen only. ``` 2. lvgl_benchmark ``` Used for run the benchmark programme. And touch screen driver included. ``` 3. lvgl_demo ``` Used for the LVGL demo.And touch screen driver included. ```