Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pitft: Add support for pitft28r | Petter Mabäcker | 2016-04-13 | 2 | -0/+6 |
| | | | | | | | | | | | The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" While at it also fix a minor typo in README. Signed-off-by: Petter Mabäcker <petter@technux.se> | ||||
* | pitft: Add basic support for PiTFT | Petter Mabäcker | 2016-03-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Add basic support for PiTFT display by using device-trees. In order get it working below configurations must be active in local.conf: MACHINE_FEATURES += "pitft" - This will enable SPI bus and i2c device-trees, it will also setup framebuffer for console and x server on PiTFT. [Support #70] Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | ||||
* | xserver-xf86-config: add rpi2 awareness | Petter Mabäcker | 2015-03-12 | 2 | -0/+0 |
| | | | | | | | | | Use a MACHINEOVERRIDE that is visible for both raspberrypi and raspberrypi2. [Bug #52] Signed-off-by: Petter Mabäcker <petter@technux.se> | ||||
* | xserver-xf86-config: Add initial xorg config for the RaspberryPi. | David-John Willis | 2012-04-04 | 2 | -0/+46 |