Raspberry Pi 2.8″ display

I connected a HYB28B 2.8″ display to my Raspberry Pi to show the current values of my TinyTX sensors. The display is using a pin distance of 2.00mm so I had to used adapter Jumper cables to connect the display to to standard 2.54mm Pins.

The display can show a weather forecast analouge to http://ph-elec.com/archives/rpi-small-lcd-display/ and http://www.exma2004.de/phpBB/viewtopic.php?f=16&t=1843 based on weather data from openweatherdata. Additonally there is a screen to control a MPD instance like http://home.uktechreviews.com/Raspberry/Pi%20blog/files/RaspberryRadio.html.

Wiring

  HY28B   | Raspberry Pi
 ---------|----------------------------
 3V3_IN   | 3V3             pin#1
 GND      | GND             pin#14
 LCDB_SCK | SPI_SCLK GPIO11 pin#23
 LCDB_SDO | SPI_MISO GPIO9  pin#21
 LCDB_SDI | SPI_MOSI GPIO10 pin#19
 LCDB_CS  | SPI_CE0  GPIO8  pin#24
 LCDB_RST |          GPIO25 pin#22
 ---------|-----------------------------
 TP_SCK   | SPI_SCLK GPIO11 pin#23
 TP_SDO   | SPI_MISO GPIO9  pin#21
 TP_SDI   | SPI_MOSI GPIO10 pin#19
 TP_CS    | SPI_CE1  GPIO7  pin#26
 TP_IRQ   |          GPIO17 pin#11
 BL_CTRL  |          GPIO18 pin#12