├── .gitattributes ├── 480x272 ├── config.txt └── overlays │ ├── lcd.dtbo │ └── lcd.dts ├── 800x480 ├── config.txt └── overlays │ ├── lcd.dtbo │ └── lcd.dts └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/.gitattributes -------------------------------------------------------------------------------- /480x272/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/480x272/config.txt -------------------------------------------------------------------------------- /480x272/overlays/lcd.dtbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/480x272/overlays/lcd.dtbo -------------------------------------------------------------------------------- /480x272/overlays/lcd.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/480x272/overlays/lcd.dts -------------------------------------------------------------------------------- /800x480/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/800x480/config.txt -------------------------------------------------------------------------------- /800x480/overlays/lcd.dtbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/800x480/overlays/lcd.dtbo -------------------------------------------------------------------------------- /800x480/overlays/lcd.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/800x480/overlays/lcd.dts -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othermod/DPI-Topper-565/HEAD/README.md --------------------------------------------------------------------------------