Example Code for Mango-Pi-LCD Screen

Operate an LCD screen connected to Mango-Pi, including checking the screen interface and printing a string to the screen. Users can learn how to interact with LCD displays on Mango-Pi.

Requirements

  • Mango-Pi board with firmware burned ×1
  • FPC-SH500J01Z LCD Screen ×1

54

Operate the LCD

Plug the LCD cable into the motherboard socket

Check the screen interface

# ls /dev/fb0
/dev/fb0

Check the result

Power on, start the system.

55

Print string to the screen

#echo hello dfrobot > /dev/tty1

56

Was this article helpful?

TOP