Das Sharp LQ060B3DW02 würde wohl initial mal für BMW als Tachodisplay gefertigt auf Grund dessen hat es etwas komische abmaße von 960x160PX so wie ein 6:1 Seitenverhältnis Es gibt eine zweifarbige Hintergrundbeleuchtung in Weiß und Rot wobei Rot wohl für einen Nacht Mode im Auto gedacht war und eher uninteressant ist.
Spannung für die LEDs 18.5V für die weiße Hintergrundbeleuchtung 15V für Rot(Night Mode)
fix hingefrickelt, das geht noch besser! Input bitte an smash:
pin_conversion_sharp_to_pi.pdf
Device tree Device trees allow you to reconfigure peripherals on the Pi. Here we use it to enable the DPI interface. It’s a complicated subject and it’s been well documented by the Raspberry Pi foundation. So i’m not going to rewrite the details here. The denlogic/vga666 repo has a copy of the device tree used on the VGA666 board. I’ve trimmed it down to only the B+, and added comments. You can find it here: https://github.com/robertely/dpi666/blob/master/setup/dt-blob-dpi.dts If you want to use more or less color pins, or are using it on a different board, fork and modify this file accordingly. This config needs to be compiled into a blob and placed on the /boot partition. This is easily done with utilities on the Pi, and are in the raspbian repos. $ cd ~ $ sudo apt-get install device-tree-compiler $ wget https://raw.githubusercontent.com/robertely/dpi666/master/setup/dt-blob-dpi.dts $ sudo dtc -I dts -O dtb -o /boot/dt-blob.bin dt-blob-dpi.dts