goodtft / LCD-show

2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W
2.32k stars 795 forks source link

Using the wrong config.txt file on Raspberry Pi OS - Bookworm #382

Open AndrewFromMelbourne opened 3 months ago

AndrewFromMelbourne commented 3 months ago

/boot/config.txt was previously a symbolic link to /boot/firmware/config.txt , but not any more.

Your scripts need to check to see if /boot/firmware/config.txt exists and use that if it does.

GreenCrackerDK commented 2 months ago

Could you provide me with the code or perhaps a costum script? It removed my audio completely after uninstalling the screen and using lcd-hdmi script.

AndrewFromMelbourne commented 2 months ago

@GreenCrackerDK I was just reporting a problem. I don't have the solution to your problem. Perhaps try asking on the Raspberry Pi forum.

AafaaqAli commented 2 months ago

were you able to fix it @AndrewFromMelbourne ?

Device -> RasberryPi 4 4GB OS -> Rasbian Bookworm Display SKU: MPI3501

AndrewFromMelbourne commented 2 months ago

@AafaaqAli, I didn't try. I was just reporting this because I was trying to help someone from the Raspberry Pi forum and found this issue. It is really up to @goodtft to fix.