https://github.com/parzival-space/deskpicontrolservices
.NET 8 re-implementation of DeskPis services for their cases on Raspberry Pi models.
https://github.com/parzival-space/deskpicontrolservices
deskpi raspberry-pi-3 raspberry-pi-4
Last synced: 4 months ago
JSON representation
.NET 8 re-implementation of DeskPis services for their cases on Raspberry Pi models.
- Host: GitHub
- URL: https://github.com/parzival-space/deskpicontrolservices
- Owner: parzival-space
- License: mit
- Created: 2024-07-18T11:51:19.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2024-10-14T18:36:21.000Z (over 1 year ago)
- Last Synced: 2025-05-21T04:39:08.572Z (about 1 year ago)
- Topics: deskpi, raspberry-pi-3, raspberry-pi-4
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeskPi Control Services
DeskPi Control Services is a collection of services for managing DeskPi cases across various Raspberry Pi models.
The original implementations of the services made by DeskPi can be found on [their GitHub page](https://github.com/DeskPi-Team).
## Supported Cases
This list contains all currently supported DeskPi cases:
> [!IMPORTANT]
> I will try my best to support as many cases as possible, but I do not own every DeskPi case (and probably never will)
> so some cases will remain untested. If you have one of the cases marked as 'Not Tested' please feel free to provide
> feedback.
| Case | Raspberry Pi | Case Features | Support |
|:------------------------------------|:---------------|:------------------------------------------------------------------|:-------:|
| DeskPi Lite for Raspberry Pi 3B/3B+ | Raspberry Pi 3 | - Fan Control | ✔️ |
| DeskPi Lite | Raspberry Pi 4 | - Fan Control (PWM)
- Gracefully Shutdown
- Quick Reboot | ✔️ |
| DeskPi Pro | Raspberry Pi 4 | - Fan Control (PWM)
- Gracefully Shutdown
- Quick Reboot | ❌ |
✔️ Supported
❌ Not Supported
⚠️ Not Tested