Category:Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Hacking]] | [[Category:Hacking]] | ||
= Links = | |||
* Pinouts | |||
** https://pinout.xyz/pinout/spi | |||
= Quick Hacks = | = Quick Hacks = | ||
* Laggy Mouse | * Laggy Mouse | ||
Line 6: | Line 8: | ||
** 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 | ** /boot/firmware/cmdline.txt append usbhid.mousepoll=8 | ||
* System Config | |||
** sudo raspi-config | |||
** cat /boot/firmware/cmdline.txt | |||
= Tutorials = | = Tutorials = |
Latest revision as of 14:38, 18 August 2024
Links
- Pinouts
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
- System Config
- sudo raspi-config
- cat /boot/firmware/cmdline.txt
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.