Category:Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
* SPI Touchscreen | * SPI Touchscreen | ||
** https://www.circuitbasics.com/setup-lcd-touchscreen-raspberry-pi/ | ** https://www.circuitbasics.com/setup-lcd-touchscreen-raspberry-pi/ | ||
** TL;DR: It's just a screen and a HID, once the OS recognizes it. | |||
* Python GUI | |||
** Tkinter is the built-in: https://raspberrypi.stackexchange.com/questions/1353/recommended-gui-toolkit-for-python-development-on-the-raspberry-pi | |||
** PyQT is fancy: https://raspberrytips.com/python-gui-libraries-for-raspberry-pi/ |
Revision as of 20:03, 14 August 2024
Quick Hacks
- Laggy Mouse
Tutorials
- SPI Touchscreen
- https://www.circuitbasics.com/setup-lcd-touchscreen-raspberry-pi/
- TL;DR: It's just a screen and a HID, once the OS recognizes it.
- Python GUI