Further wisecoco screen updates
This commit is contained in:
parent
489328e0ea
commit
afc419733f
|
@ -15,6 +15,7 @@ touch /etc/cloud/cloud-init.disabled
|
|||
nano -w /boot/firmware/cmdline.txt
|
||||
remove console=tty1
|
||||
# If using the wisecoco 6" 2k 1440x2560 *portrait* LCD, include the below line
|
||||
# # If using the wisecoco 10.1" 2k 1600xx2560 *portrait* LCD, include the below line
|
||||
fbcon=rotate:1
|
||||
|
||||
# Setup screen resolution (UNCOMMENT THE RIGHT LINES!!!)
|
||||
|
@ -52,6 +53,13 @@ disable_overscan=1
|
|||
#hdmi_mode=87
|
||||
#hdmi_cvt=1600 2560 50 3 0 0 1
|
||||
|
||||
# wisecoco 15.6" 2k 1920x1080 LCD
|
||||
# https://wisecoco.en.alibaba.com/
|
||||
#dtoverlay=vc4-kms-v3d-pi4
|
||||
#hdmi_group=2
|
||||
#hdmi_mode=87
|
||||
#hdmi_cvt=1920 1080 50 3 0 0 1
|
||||
|
||||
EOF
|
||||
|
||||
# Reboot to pickup changes
|
||||
|
|
|
@ -9,8 +9,10 @@ This is a surprisingly straight forward project that has minimal in the way of h
|
|||
* Please note: **these are the panels we KNOW WORK** ; do not deviate unless you want to fiddle with a lot of boot loader configuration
|
||||
* [wisecoco 6" 2k lcd + driver board](https://wisecoco.en.alibaba.com/)
|
||||
* This is the *portrait* panel with 1440x2560 resolution
|
||||
* [wisecoco 8.9" 2k lcd + driver board](https://wisecoco.en.alibaba.com/)
|
||||
* [wisecoco 10.1" 2k lcd + driver board](https://wisecoco.en.alibaba.com/)
|
||||
* This is the *portrait* panel with 1440x2560 resolution
|
||||
* [wisecoco 15.6" 1080p lcd + driver board](https://wisecoco.en.alibaba.com/)
|
||||
|
||||
* HDMI Monitor (TESTING)
|
||||
* Please note: **these are the panels we are TESTING** ; do not use these unless you'd like to help us sort the settings needed for use
|
||||
|
|
Loading…
Reference in a new issue