-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for Adafruit PiTFT #858
Merged
Merged
Conversation
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
Needed by the Adafruit PiTFT 2.8" resistive touch screen Signed-off-by: Noralf Trønnes <[email protected]>
Add DT overlay for the Adafruit PiTFT 2.8" resistive touch screen Signed-off-by: Noralf Trønnes <[email protected]>
Touch on Pi2 solved: #871 |
@popcornmix bump |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Mar 7, 2015
kernel: Align pcm512x driver with upstream See: raspberrypi/linux#873 kernel: dts: overlay: add mz61581, fix piscreen and rpi-display See: raspberrypi/linux#874 kernel: bcm2709: Increase the spare/free IRQs to match bcm2708 See: raspberrypi/linux#871 kernel: add support for Adafruit PiTFT See: raspberrypi/linux#858 firmware: dispserve: Allow vsync requests from multiple clients See: raspberrypi/userland#218 firmware: hello_fft: Update to version 3 See: http://www.aholme.co.uk/GPU_FFT/Main.htm
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this pull request
Mar 7, 2015
kernel: Align pcm512x driver with upstream See: raspberrypi/linux#873 kernel: dts: overlay: add mz61581, fix piscreen and rpi-display See: raspberrypi/linux#874 kernel: bcm2709: Increase the spare/free IRQs to match bcm2708 See: raspberrypi/linux#871 kernel: add support for Adafruit PiTFT See: raspberrypi/linux#858 firmware: dispserve: Allow vsync requests from multiple clients See: raspberrypi/userland#218 firmware: hello_fft: Update to version 3 See: http://www.aholme.co.uk/GPU_FFT/Main.htm
neuschaefer
pushed a commit
to neuschaefer/raspi-binary-firmware
that referenced
this pull request
Feb 27, 2017
kernel: Align pcm512x driver with upstream See: raspberrypi/linux#873 kernel: dts: overlay: add mz61581, fix piscreen and rpi-display See: raspberrypi/linux#874 kernel: bcm2709: Increase the spare/free IRQs to match bcm2708 See: raspberrypi/linux#871 kernel: add support for Adafruit PiTFT See: raspberrypi/linux#858 firmware: dispserve: Allow vsync requests from multiple clients See: raspberrypi/userland#218 firmware: hello_fft: Update to version 3 See: http://www.aholme.co.uk/GPU_FFT/Main.htm
pfpacket
pushed a commit
to pfpacket/linux-rpi-rust
that referenced
this pull request
Apr 7, 2023
rust: take str literal instead bstr literal in `module!` macro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for the Adafruit PiTFT - 2.8" Touchscreen
This is a popular display that has been sold by the thousands.
The core STMPE modules are only available as builtins.
Note:
Touch doesn't work on the Pi2 yet. Interrupts are not received.
This is being investigated.