Update README.md

This commit is contained in:
Zitao 2024-07-29 22:04:32 +02:00 committed by GitHub
parent fa57974981
commit ec5273a058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 22 deletions

View File

@ -15,25 +15,17 @@ Now you can insert the TF card in to the slot and your HackberryPi will run Rasp
Add the following lines in `/boot/config.txt` in your TF card
`dtoverlay=hyperpixel4`
`overscan_left=0`
```sh
dtoverlay=hyperpixel4
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
framebuffer_width=720
enable_dpi_lcd=1
display_default_lcd=1
dpi_group=2
dpi_mode=87
dpi_output_format=0x5f026
dpi_timings=720 0 20 20 40 720 0 15 15 15 0 0 0 60 0 36720000 4`
dpi_timings=720 0 20 20 40 720 0 15 15 15 0 0 0 60 0 36720000 4
```