Last active
January 28, 2018 19:39
-
-
Save going-digital/b3618a66433a071d76434575e46083aa to your computer and use it in GitHub Desktop.
Raspberry Pi Eleduino 1024x600 LCD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Improved support for Eleduino 1024x600 LCD panel | |
hdmi_group=2 | |
hdmi_mode=87 | |
#Safer option at 50.4MHz pixel clock | |
#hdmi_timings=1024 0 48 32 240 600 0 3 32 13 0 0 0 60 0 50400000 6 | |
#Safer option at data sheet max clock of 65.2 | |
#hdmi_timings=1024 0 48 32 240 600 0 3 32 13 0 0 0 60 0 65200000 6 | |
hdmi_timings=1024 0 48 32 216 600 0 2 14 0 0 0 0 60 0 65200000 6 | |
max_usb_current=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment