Sharp
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.
Informationen
Bauteile
Display LQ060B3DW02 / LQ092B5DW01
- Datasheet: d120858d.pdf
- Auflösung 960(W)×RGB×160(H) Pixel
- 262.144 Farben
- Betriebsspannung 3,3 V-
- wahlweise rote oder weiße Hintergrundbeleuchtung
- 40-polige Flexprint-Buchse, FH28-40S-0.5SH(05)
- sichtbarer Bereich 230,4×38,4 mm
- Maße (LxBxH): 248×52,83×14 mm
Connector FH28-40S-0.5SH(05)
Breakout Board Flexkabel
- smash hat welche
Flexkabel 40pol 0.5 pitch, reversed (type B)
- smash hat welche
sonstiges
Spannung für die LEDs 18.5V für die weiße Hintergrundbeleuchtung 15V für Rot(Night Mode)
Anschluss Raspberry Pi
fix hingefrickelt, das geht noch besser! Input bitte an smash:
pin_conversion_sharp_to_pi.pdf
Config Raspberry Pi
- https://github.com/NiklasFauth/pollin-lcd-dpi (/boot/config.txt ggf. clock anpassen auf 31,253,817 Hz)
- http://blog.reasonablycorrect.com/raw-dpi-raspberry-pi/ ('Device tree' && 'Testing the frame buffer'
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