asrob-uc3m / asrob-uc3m/ASROB-CADE
Puesta en marcha de pantalla 5"
- Dominant language
- Arduino
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hoy hemos puesto en marcha la pantalla de 5" siguiendo [este tutorial](https://www.elecrow.com/wiki/index.php?title=HDMI_Interface_5_Inch_800x480_TFT_Display).
Para que funcionase, hay que añadir las siguientes líneas al `/boot/config.txt`:
```
# --- added by elecrow-pitft-setup ---
hdmi_force_hotplug=1
max_usb_current=1
hdmi_drive=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
display_rotate=0
# --- end elecrow-pitft-setup ---
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.