Category:Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
** https://thepihut.com/blogs/raspberry-pi-tutorials/fix-that-laggy-wifi-mouse | ** https://thepihut.com/blogs/raspberry-pi-tutorials/fix-that-laggy-wifi-mouse | ||
** https://blog.smittytone.net/2020/11/09/quick-cure-for-raspberry-pi-slow-mouse-syndrome/ | ** https://blog.smittytone.net/2020/11/09/quick-cure-for-raspberry-pi-slow-mouse-syndrome/ | ||
** /boot/firmware/cmdline.txt append usbhid.mousepoll=8 | |||
= Tutorials = | = Tutorials = | ||
* 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. | ** TL;DR: It's just a screen and a HID, once the OS recognizes it. |
Revision as of 21:45, 15 August 2024
Quick Hacks
- Laggy Mouse
- https://thepihut.com/blogs/raspberry-pi-tutorials/fix-that-laggy-wifi-mouse
- https://blog.smittytone.net/2020/11/09/quick-cure-for-raspberry-pi-slow-mouse-syndrome/
- /boot/firmware/cmdline.txt append usbhid.mousepoll=8
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.