projekte:sharp960x160display

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
projekte:sharp960x160display [02.02.2017 07:10] – angelegt pascalprojekte:sharp960x160display [05.08.2022 22:51] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 6: Zeile 6:
  
 ===== Informationen ===== ===== Informationen =====
-Bauteile: +==== Bauteile ==== 
-Display LQ060B3DW02 + 
-Connector FH28-40S-0.5SH(05) http://de.farnell.com/hirose-hrs/fh28-40s-0-5sh-05/ffc-fpc-steckverb-buchse-40pos/dp/2427772+=== Display LQ060B3DW02 / LQ092B5DW01 === 
 + 
 +    * Datasheet: {{ :projekte:d120858d.pdf |}} 
 +    * http://www.pollin.de/shop/dt/MTQxOTc4OTk-/Bauelemente_Bauteile/Aktive_Bauelemente/Displays/TFT_LCD_Modul_SHARP_LQ092B5DW01.html 
 +    * 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) === 
 + 
 +    * http://de.farnell.com/hirose-hrs/fh28-40s-0-5sh-05/ffc-fpc-steckverb-buchse-40pos/dp/2427772 
 + 
 +=== Breakout Board Flexkabel === 
 + 
 +    * https://www.aliexpress.com/item/20-pcs-DIY-FPC-FFC-SMT-Connector-Dip-Adapter-40-PIN-0-5mm-to-2-54mm/32739429483.html 
 +    * [[ctdo:personen:smash|smash]] hat welche 
 +=== Flexkabel 40pol 0.5 pitch, reversed (type B) === 
 + 
 +    * https://www.aliexpress.com/item/Free-shipping-Type-B-10cm-100mm-FFC-40pin-0-5pitch-Flat-Ribbon-Flex-Cable-40-pins/32717435056.html 
 +    * [[ctdo:personen:smash|smash]] hat welche 
 + 
 +=== sonstiges ===
  
 Spannung für die LEDs  Spannung für die LEDs 
 18.5V für die weiße Hintergrundbeleuchtung  18.5V für die weiße Hintergrundbeleuchtung 
 15V für Rot(Night Mode) 15V für Rot(Night Mode)
 +
 +==== Anschluss Raspberry Pi ====
 +fix hingefrickelt, das geht noch besser! Input bitte an [[ctdo:personen:smash|]]:\\
 +{{ :projekte: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'
 +
 +<code>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  
 +</code>
 +
 +===== Links =====
 +  * https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/README.md
 +  * http://blog.reasonablycorrect.com/raw-dpi-raspberry-pi/
 +  * https://github.com/robertely/dpi666/blob/master/setup/dt-blob-dpi.dts
 +  * https://github.com/NiklasFauth/pollin-lcd-dpi
 +  * https://www.adafruit.com/products/1932
 +  * https://github.com/adafruit/Adafruit-40-pin-TFT-Friend
 +  * https://www.raspberrypi.org/forums/viewtopic.php?f=41&t=166561&p=1073136
 +  * https://www.raspberrypi.org/forums/viewtopic.php?p=1010869#p1010869
 +  * https://easyeda.com/flashfingaz/Pi2Sharp-021c82a3fc704f8b8bd25da97f001b36
 +
  
 ===== Bilder ===== ===== Bilder =====
 +==== smashs frickeldispaly ====
 +{{ :projekte:img_20170204_132027.jpg?direct |}}
 +
 +==== pinbelegung raspberry pi gpio ====
 +{{ :projekte:raspberry-pi-gpio-layout-model-b-plus-rotated-2700x900.png |}}
 +{{:projekte:dpi-packing.png?direct |}}
 +{{ :projekte:dpi-altfn2.png?direct |}}
 +
 +==== benoetigtes flexkabel ====
 +{{ :projekte:0.5b40-synopsis.jpg?direct |}}
  
  
  • Zuletzt geändert: 05.08.2022 22:51
  • (Externe Bearbeitung)