Skip to content

Commit

Permalink
Updated documentation for T-Display-S3-MIDI
Browse files Browse the repository at this point in the history
  • Loading branch information
Llgok committed Jul 13, 2023
1 parent 505bb0a commit 0bc34ea
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 0 deletions.
Binary file added example/T-Display-S3-MIDI/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/T-Display-S3-MIDI/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/T-Display-S3-MIDI/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/T-Display-S3-MIDI/04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/T-Display-S3-MIDI/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/T-Display-S3-MIDI/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/T-Display-S3-MIDI/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/T-Display-S3-MIDI/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions example/T-Display-S3-MIDI/T-Display-S3-MIDI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
* @Description:T-Display-S3-MIDI Test instructions
* @version: V1.0.0
* @Author: LILYGO_L
* @Date: 2023-07-10 11:24:19
* @LastEditors: LILYGO_L
* @LastEditTime: 2023-07-13 19:14:34
* @License: GPL 3.0
-->
# T-Display-S3-MIDI Test instructions

### TEST:
* When the program is freshly burned, you can see the "START" text in red. By touching any of the TOUCH0 (0-11) or TOUCH1 (0-10) pins of the MPR121 touch sensor, the system is activated. At this point, the "START" text changes to purple, indicating that the PCF8575 and MPR121 modes are being tested. Next, when you touch the touch IO pins, you can observe that the GPIO level of PCF8575 on the screen flips (one flip per touch). The touch range includes TOUCH0 (0-11) and TOUCH1 (0-3). If this occurs, it indicates a successful test of PCF8575 and MPR121; otherwise, it fails.
* When touching the 11th pin of TOUCH1, the system can be switched to test PCM5102A mode. If an SD card is present, it will scan all files inside and display them on the T-Display-S3 screen. It will then proceed to play the ".mp3" file. Otherwise, the screen will display "Failed to open directory" (requiring a mode switch to attempt playback again). Any other situation will be considered a test failure.

## 1. Programming test picture
![](example/T-Display-S3-MIDI/01.jpg)

## 2. MPR121&PCF8575 test picture
![](example/T-Display-S3-MIDI/02.jpg)

## 3. PCM5102A test picture
![](example/T-Display-S3-MIDI/03.jpg)

## 4. The SD card fails test picture
![](example/T-Display-S3-MIDI/04.jpg)

## 5. Rendering 1 picture
![](example/T-Display-S3-MIDI/05.png)

## 6. Rendering 2 picture
![](example/T-Display-S3-MIDI/06.png)

## 7. Rendering 3 picture
![](example/T-Display-S3-MIDI/07.png)

## 8. Rendering 4 picture
![](example/T-Display-S3-MIDI/08.png)

0 comments on commit 0bc34ea

Please sign in to comment.