Banana Pi / Pro 3.5″ TFT LCD Module Review

Installing the flex cable

The first thing I did was install some stand-offs so that I could have the display stand on its own, or be placed on top of the Banana Pi.

Installing the FPC cable is a bit tricky, but needs no more than three hands (kidding).

  1. Gently pull out the brown cable clamp at both ends
  2. Carefully push the FPC cable in, make sure it is straight and that the “silver” conductive fingers face down towards the PC board, and “blue” tape faces up.
  3. After the cable is fully in, push down on both sides of the cable clamp at the same time. (This is where the third “gripping” hand is handy)

Banana Pi 3.5" LCD Review @ https://Mikronauts.com

(Click on image for larger version)

Banana Pi 3.5" LCD Review @ https://Mikronauts.com

(Click on image for larger version)

Installing the FPC cable on the Banana Pi is pretty much the same as installing it on the LCD module above.

  1. Gently pull out the brown cable clamp at both ends
  2. Carefully push the FPC cable in from the top, make sure it is straight and that the blue protective tape faces the Ethernet jack, and the “silver” conductive fingers face away from the jack.
  3. After the cable is fully in, push down on both sides of the cable clamp at the same time. (Again, a third “gripping” hand is handy)

That’s pretty much all that is required for hardware installation!

You can stack the LCD module on top of the Banana Pi, or simply mount it beside the Banana Pi.

If you would like a longer FPC cable, they are readily available in lengths up to 300mm on EBay, search for “FPC cable 40 0.5mm”

Installing the driver

I must admit, I had some issues getting the display running, due to a lack of documentation. Tony and Peter at Lemaker were very helpful, and got me up and running in short order.

Here is Linux booting on the Banana Pi:

Banana Pi 3.5" LCD Review @ https://Mikronauts.com

(Click on image for larger version)

I basically had two problems with getting the LCD running:

  1. Web browsers did not download the ‘bin’ drivers properly, I should have used git as usual
  2. The README.md file on github did not mention having to uncomment the lcd line in /etc/modules

Tony pointed out the driver size issue, and Peter actually tried installing it from scratch on his end, and sent me step-by-step instructions for his install.

Here is an expanded version of Peter’s installation instructions:

  1. Do a fresh install of Raspbian 3.1 from Lemaker.org
  2. open a terminal window
  3. cd /boot/bananapi
  4. sudo wget  -c https://raw.githubusercontent.com/LeMaker/fex_configuration/master/banana_pi_35lcd.bin
  5. sudo cp banana_pi_35lcd.bin script.bin
  6. edit /etc/modules with your favorite editor (with sudo, ie “sudo vi /etc/modules”), uncomment ‘lcd’ (remove the ‘#’ in front of it)
  7. sudo reboot

Now once I got that running, I went back to my previous Raspbian 3.1 install, as I wanted to get the LCD running on the SD card I use RoboPi with 🙂

Here is how to install the 3.5″ LCD on an existing Raspbian 3.1 installation on a Banana Pi:

  1. open a terminal window
  2. git clone https://github.com/LeMaker/fex_configuration
  3. cd fex_configuration/
  4. sudo cp banana_pi_35lcd.bin /boot/bananapi/script.bin
  5. edit /etc/modules with your favorite editor (with sudo, ie “sudo vi /etc/modules”), uncomment ‘lcd’ (remove the ‘#’ in front of it)
  6. sudo reboot

If the above does not work for you, you may have to do

  1. sudo apt-get update
  2. sudo apt-get upgrade

Note that if you have ssh enabled, you can ssh in instead of opening a terminal window.

Article Index

  1. Introduction, Specifications, First Look
  2. Installing the flex cable, Installing the driver
  3. Display quality, Power Consumption, Price & Availability
  4. Conclusion

Pages: 1 2 3 4

If you liked this article, please help us grow! "Like" us and let your friends know with the Twitter and Facebook buttons at the top left - We appreciate your support!