element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Issues with 7" LCD
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 15 replies
  • Subscribers 666 subscribers
  • Views 4470 views
  • Users 0 members are here
  • raspberry_pi_space
Related

Issues with 7" LCD

greggo298@gmail.com
greggo298@gmail.com over 8 years ago

Hi, I'm trying to set up one of your LCD monitors on my pi 3. Have checked and re-checked the connectors and they are correct. Have updated and upgraded the os. And have added ignore_lcd=0 to /boot/config.txt. I am starting the pi with no HDMI screen connected - just the LCD via its connectors. Admittedly I'm a noob but I've done everything my multiple searches have uncovered and still there is no life in the screen. Nothing. Am beginning to think it's the screen and not me.

 

Can you please help?

  • Sign in to reply
  • Cancel
Parents
  • shabaz
    0 shabaz over 8 years ago

    Hi Greg,

     

    If you're using the display model that I think you're suggesting, then it is worth reading all the comments in this blog post: Raspberry Pi 7” Touchscreen Display , because there are currently 337 comments there, mostly Q&A, and since you know precisely how you installed and configured it, it will be easier for you to scan through those comments. Since there are hundreds of comments there, the chances of identifying your issue (or determining for sure if it is faulty) from those comments is pretty high I think.

     

    If you wish to examine in close detail the install steps and photos of each step, then there are some instructions and photos here: Raspberry Pi 7” Capacitive Touch Display: Assembly and Enclosure

    It is not the official documentation and therefore you may spot something in there since it can help reading things a different way sometimes.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • greggo298@gmail.com
    0 greggo298@gmail.com over 8 years ago in reply to shabaz

    So I tried dmesg | grep -i FT5 and got nothing

     

     

    I do get a couple of errors in dmesg:

     

     

    w1_add_master_device: set_pullup requires write_byte or

    touch_bit, disabling

     

    brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive

    strength init done for chip 43430 rev 1 pmurev 24

     

    brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Aug

    7 2017 00:46:29 version 7.45.41.46 (r666254 CY) FWID 01-f8a78378

     

    brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code

     

    brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code

     

    brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists

     

    brcmfmac: brcmf_add_if: ignore IF event

     

     

    I'm unsure if this is related?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jomoenginer
    0 jomoenginer over 8 years ago in reply to greggo298@gmail.com

    Greg,

     

    Those messages are related to the Broadcom WiFi chip on the board.  If you update the OS on the board they should go away.

     

    Ref:

    https://github.com/raspberrypi/firmware/issues/620

     

    With regards to the issue with the LCD, see if the driver is actually loaded using the following:

     

    lsmod | grep -i ft
    rpi_ft5406              4783  0

     

    You should see something like the following as a result of running the command:

     

            rpi_ft5406              4783  0

     

    If you do not see this, try the following and then run the 'lsmod' command again.

    modprobe  rpi-ft5406

     

    If this still does not result in seeing the device driver in the lsmod output, then you might have a hardware issue or some sort of connection issue.

    If it does result in seeing the 'ft5406' or similar driver in the 'lsmod' output, then I would suggest updating the OS as well as the firmware on the RasPi .

     

    Ref:

    https://www.raspberrypi.org/forums/viewtopic.php?t=122891

     

    https://www.raspberrypi.org/documentation/hardware/display/troubleshooting.md

     

    Raspberry Pi Official 7" Touchscreen Assembly - Support - Pimoroni Buccaneers

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • greggo298@gmail.com
    0 greggo298@gmail.com over 8 years ago in reply to jomoenginer

    Good news: I managed to get rpi_ft5406    4783 0 to show.

     

    Not so good news: I upgraded raspbian but still no luck with the screen. It gives me nothing.

     

    Sorry to be a hassle, but what should I be doing next?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jomoenginer
    0 jomoenginer over 8 years ago in reply to greggo298@gmail.com

    Are you seeing the display with 'lsmod'?  Also, have you updated the firmware on the RasPi?

    Ex:

     

    sudo rpi-update

     

    How do you have the display connected to the Raspberry Pi?  T  Ensure you are using a power supply that is at least 2.5A.  I think anything less might cause power issues. I have the SmartiPi case and stand which same with a splitter for the USB power connection which seemed better than running some jumper cables to the display.

     

    Are you seeing anything pop up in 'dmesg' or in '/var/log/messages', '/var/log/syslog', '/var/log/boot.log'?

     

    If there is anything that might look interesting it would be best to post it.

     

    Could you outline the steps you have taken so far to both connect the display as well as troubleshoot it?  This might be helpful.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • greggo298@gmail.com
    0 greggo298@gmail.com over 8 years ago in reply to jomoenginer

    Re how display is connected to Raspberry Pi: using jumper cables

    Re power supply: using the official raspberry pi power supply 2.5A (which I

    am plugging into the display and not the Raspberry Pi). I do also have a

    wifi dongle (Element14 Wi-Pi) and an optical mouse, but wouldn't have

    thought that would be enough to cause power issues.

     

    Running dmesg, I get this error:

    w1_add_master_device: set_pullup requires write_byte or

    touch_bit, disabling

     

    Running /var/log/messages shows this is reoccurring:

    Sep 18 21:18:41 raspberrypi rsyslogd-2007: action 'action 17' suspended,

    next retry is Mon Sep 18 21:20:11 2017

    Sep 18 21:19:09 raspberrypi kernel:  w1_master_driver

    w1_bus_master1: Family 0 for 00.f40000000000.15 is not registered.

     

    When running this:

    pi@raspberrypi:~ $ sudo nano dmesg | grep -i ft5406

    I get a blank line (not even "pi@raspberrypi:~ $"), so that seems to

    suggest the Pi's note detecting the touchscreen.

     

    Re steps to connect the display and to troubleshoot: I've connnected and

    re-connected all the jumper leads and cables. Everything appears to be

    connected and seated correctly. I know the SD card is in correctly as my Pi

    works fine on HDMI, just not the LCD. I am booting my Pi with the HDMI

    unplugged when trying to use the LCD.

     

    I have updated Raspberian. I have added ignore_lcd=0 to /boot/config.txt

    (aside from that, I've never edited the config file).

     

     

     

     

     

     

     

     

     

     

    On Tue, Sep 12, 2017 at 12:58 AM, jomoenginer <messages@element14.com>

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 8 years ago in reply to greggo298@gmail.com

    Hi Greg,

     

    Could you provide detailed photos of your setup if possible; that can sometimes help.

    Also, please could you confirm the following, because a few things sound unusual: Is it a pi model 3? I ask, because the Pi 3 has built-in wireless, but you mentioned plugging in a wireless card. Some of the older Pi's were not supported, I don't know if that has changed. You also mention an SD card, but the Pi 3 has a micro SD card.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jomoenginer
    0 jomoenginer over 8 years ago in reply to greggo298@gmail.com

    Greg Burge wrote:

     

     

    When running this:

    pi@raspberrypi:~ $ sudo nano dmesg | grep -i ft5406

    I get a blank line (not even "pi@raspberrypi:~ $"), so that seems to

    suggest the Pi's note detecting the touchscreen.

     

     

     

    I have updated Raspberian. I have added ignore_lcd=0 to /boot/config.txt

    (aside from that, I've never edited the config file).

     

     

     

     

     

     

     

     

     

     

    On Tue, Sep 12, 2017 at 12:58 AM, jomoenginer <messages@element14.com>

     

     

     

    You do not want to run dmesg like that.  You are trying to start the nano editor and dmesg then piping that to grep.  You should be able to run the command like this:

    dmesg |grep -i ft5406
    [    2.282902] rpi-ft5406 rpi_ft5406: Probing device
    [    2.286451] input: FT5406 memory based driver as /devices/virtual/input/input0

     

     

    The "w1_add_master_device" error you are seeing is associated with the one-wire driver and should not cause an issue with the display.  However, since it does deal with the GPIO pins, I could not say 100% that it is not related. 

    See this for the w1 issue.

    https://www.raspberrypi.org/forums/viewtopic.php?t=106041

     

    I do not have "ignore_lcd=0" in the /boot/config.txt in my config so I am not sure why it would be needed.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • greggo298@gmail.com
    0 greggo298@gmail.com over 8 years ago in reply to shabaz

    Lol - never realised it already had wi-fi. Have now removed the wi-pi.

    Apologies for bum steer on SD, yes it is Micro SD. Attached photos show it

    is a Pi 3 B. I know yellow and green jumper wire are redundant but I

    attached them anyway. Is that bad?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 8 years ago in reply to greggo298@gmail.com

    Hi Greg,

    (Traveling so apologies for briefness)

    I couldn't see any photo attached (viewing on a mobile so that could be it, if you can see it attached). There is a size limit of 2MB so if the photo is too large, it won't show up.

    Thanks,

     

    Shabaz.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Dudley
    0 Dudley over 8 years ago in reply to shabaz

    You can't see the attachments because there aren't any attachments image

     

    And the limit is 10Mb, which should be good enough for all but the largest photos.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Dudley
    0 Dudley over 8 years ago in reply to shabaz

    You can't see the attachments because there aren't any attachments image

     

    And the limit is 10Mb, which should be good enough for all but the largest photos.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube