Skip to content

PiSupply/Gert-VGA-666

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Alt text

Gert-VGA-666

Resources for Gert VGA 666

OS configuration

Note that for the Gert VGA 666 to work correctly you will need SPI and I2C to be disabled.

These instructions have been specifically provided for Raspbian but should apply to the majority of OSs.

sudo nano /boot/config.txt

Add these lines at the bottom of the file

dtoverlay=vga666
enable_dpi_lcd=1
display_default_lcd=1

You also need to specify your screen resolution. After the lines you added above you will also have to then add one of the following configurations:

#For 1920x1080 60Hz
dpi_group=2
dpi_mode=82
#For 1280x1024 60Hz
dpi_group=2
dpi_mode=35
#For 1024x768 60Hz
dpi_group=2
dpi_mode=16
#For 800x600 60Hz
dpi_group=2
dpi_mode=9

If the resolution that you are looking for is not among these then you can check this link.

Further information

Please check this article on our website for:

  • Assembly guide
  • Configuration settings
  • Pinout
  • FAQ

The full design files, schematics and other details are available on GitHub.

About

Resources for Gert VGA 666

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published