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
Arduino
  • Products
  • More
Arduino
Arduino Forum Looking for a small display recommendation
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 31 replies
  • Subscribers 386 subscribers
  • Views 4863 views
  • Users 0 members are here
  • displays
  • model railroad
  • arduino projects
Related

Looking for a small display recommendation

colporteur
colporteur over 2 years ago

Does any member have a recommendation for a small display that is appropriate for scrolling from right to left?

After an hour culling the adafruit website with few returns, I have come to the E14 community hopefully to get a recommendation. I've been asked to build a two signs, one that scrolls "Welcome to Snow Island"  and the other "Thank you for Visiting Snow" Island. The signs will be positioned on top of a bridge on an HO scale model railroad layout.

I had hoped to use a MAX7219 Dot led Matrix MCU 8x32 but it is way to large for the foot print I have to work with. The bridge has a large flat surface about 4X4 inches to hold the sign.

Like any model railroad project cost is a factor. I don't have a big budget. I'm hoping to combine the display with an Nano Arduino to simulate a continuous text scrolling road sign to message visitors.

If your suggestions could contain the source for the part that would be great.

  • Sign in to reply
  • Cancel

Top Replies

  • colporteur
    colporteur over 2 years ago +5
    Thank you for the input folks. Here are two displays I have ordered. If the displays on the left work it should be fairly simple to finish the project. Very little work on my part. The display on the right…
  • colporteur
    colporteur over 2 years ago in reply to colporteur +4
    community.element14.com/.../IMG_5F00_2289.MOV Do I buy or do I build? The S1144 (far left) displays arrived today. After installing the configuration software the display I wanted was working. At $10…
  • shabaz
    shabaz over 2 years ago in reply to beacon_dave +3
    Just saw these, look quite nice, just under 3.7" wide, available in many colors, and very cheap! However they either work for the use-case, or don't, since the behaviour of them is only configurable…
Parents
  • shabaz
    shabaz over 2 years ago

    Lots of options!

    In the category of cheap and easy displays, this display uses 6 wires to a Pico, and there is CircuitPython lcd_printtext("") function to display any text message, up to 10 characters at a time.

    It's a reasonable price, about $5. Only available at AliExpress, I've not found another source for these displays. The AliExpress search term is DM8BA10 

    The module size is 3.6" by 1". Additional displays (in case say two rows of text were needed, or displays on both side of the board) just need one extra pin on the Pico (the chip-select pin), all other pins are commoned up.

    It only comes with a blue backlight, no other options. It is viewable with the backlight off too if desired. It has a retro look, I don't know if that suits a model train environment or not.

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    Some more info here, including wiring diagram and link to the CircuitPython code:  Pi Pico Display and Rotary Encoder 

    I once saw a large Lego city (it was being used to demonstrate a Smart City), where the creators needed signposts too, and they used the 16x2 LCD screens with a border created with Lego bricks. So even something as simple as a normal 16x2 display can look pretty good if it's about the right scale.

    One possible advantage of using a Pico versus the Nano that you mention, is that in future the code could be modified to accept the message to be displayed from a phone (WiFi or Bluetooth) with no extra parts needed, since the Pico comes in a Wireless version. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 2 years ago in reply to shabaz

    Did someone say retro look ?

    How about these Lite-On LTP-305 LED matrices:

    https://shop.pimoroni.com/products/led-module-pair

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to beacon_dave

    Just saw these, look quite nice, just under 3.7" wide, available in many colors, and very cheap! 

    However they either work for the use-case, or don't, since the behaviour of them is only configurable to a degree (e.g. if the message needs to be changed based on train positions or something, then that's not directly possible), since it's a ready-made product with likely no easy way to adapt it. Still, at this price it could be worth experimenting with, if someone had time on their hands. It would need some modification to power it from an external supply, etc.

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • shabaz
    shabaz over 2 years ago in reply to beacon_dave

    Just saw these, look quite nice, just under 3.7" wide, available in many colors, and very cheap! 

    However they either work for the use-case, or don't, since the behaviour of them is only configurable to a degree (e.g. if the message needs to be changed based on train positions or something, then that's not directly possible), since it's a ready-made product with likely no easy way to adapt it. Still, at this price it could be worth experimenting with, if someone had time on their hands. It would need some modification to power it from an external supply, etc.

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • 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