Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 3, 2024
1 parent 31c5c55 commit c1bd72c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/docs/devices/Elecrow-5inch-ESP32-display/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ board: esp32

## GPIO Pinout

### i2c (used for touchscreen)
### I²C (used for touchscreen)

| Pin | Function |
| ------ | ------------- |
| GPIO19 | i2c SDA |
| GPIO20 | i2c SCL |

### backlight
### Backlight

| Pin | Function |
| ------ | ------------- |
| GPIO2 | backlight |

### display
### Display

| Pin | Function |
| ------ | ------------- |
Expand All @@ -39,7 +39,7 @@ board: esp32
| GPIO41 | vsync_pin |
| GPIO0 | pclk_pin |

### data pins
### Display Data pins

```yaml
red:
Expand All @@ -63,7 +63,7 @@ blue:
- 1 #b5
```
## Simle configuration
## Simple Configuration
```yaml
esphome:
Expand Down Expand Up @@ -165,7 +165,7 @@ binary_sensor:
ESP_LOGI("btn", "Button pressed");
```
## Example (using LGVL graphics library)
## Advanced Configuration (using LGVL graphics library)
```yaml
substitutions:
Expand Down

0 comments on commit c1bd72c

Please sign in to comment.