ESP32-S3-Touch-AMOLED-2.06

(★ 104)

ESP32-S3-Touch-AMOLED-2.06 Engineering Sample Program

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .gitignore
  • CONTRIBUTING.md
  • CONTRIBUTING_ZH.md
  • LICENSE
  • README.md
  • README_ZH.md
  • SECURITY.md
  • SECURITY_ZH.md
  • SUPPORT.md
  • SUPPORT_ZH.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

// repository documentation