openMLA / elegoo-mars-4-dlp-controller

Raspberry pi hat for the elegoo mars 4 dlp UV projector. Implements SPI data transfer for the DLPC1438.
Other
2 stars 0 forks source link

Using Rasbian Pi OS (64bit) #3

Closed Hackerman2016 closed 4 months ago

Hackerman2016 commented 4 months ago

In the project, you have used the Rasbian Pi OS Lite. I was wondering if there is any specific reason for that. can I use the Rasbian Pi OS (64bit) instead, and would the same Python script work for that? Also, will the commands for installing Python libraries remain the same? Any help with this would be great. Thanks!

NemoAndrea commented 4 months ago

The normal raspberry Pi OS should work fine. It may be that the normal OS already has some of the dependencies installed (which isn't bad). I use the Lite version because I don't need a desktop environment anyway (just accessing the Pi over SSH), so then the Lite version will give better boot times and performance.