Welcome! Log In Create A New Profile

Advanced

Need help scroll display long file name on LCD

Posted by jhlee98y 
Need help scroll display long file name on LCD
September 01, 2014 04:57AM
Hi everyone,

I've used 3D printer over 2 years.
It's control software is Marlin firmware and Arduino mega2560 + RAMPS 1.4 ( Additionaly external stepper motor drivers).
Also It' has graphic LCD from RepRapDiscount Full Graphic Smart Controller.

I would like anyone to solve long file name display on LCD.
Regradlee of CLCD or GLCD, it only display 19 charecters of file name. So if I make a print file with over 20 charcters, I can't recognize it.
( In picture below, in 3rd and 4th row )


This problem is very inconvenent me and many users ,maybe.
However, Sailfish firmware for Makerbot already support this long file name display using scrollong file name.


Anyone who alreay solve and use long file name display gives the information
Or how can I solve or implement this scrolling long file name.

Thanks in advance.


=========================================================
[dreammakercnc.blogspot.kr]
korean blog page: [blog.naver.com]
Re: Need help scroll display long file name on LCD
September 01, 2014 05:35AM
As I understand it Marlin doesn’t know anything about vfat but I do see some VFAT structure details in the code.

So its its not just a simple display issue, its more fundamental than that.

But in saying that, it is really over due!I

Edited 1 time(s). Last edit at 09/01/2014 05:47AM by Dust.
Re: Need help scroll display long file name on LCD
September 16, 2014 05:41AM
this is a good idea. i always do the labeling after the print. but i guess this is doable. ill try this one too


pass4-sure.net
[www.kenrick.edu]
Re: Need help scroll display long file name on LCD
September 16, 2014 10:20AM
The vfat stuff to acquire the filename off the SD filesystem must be ok because the file name displayed has more than 8 characters and includes spaces, so it's likely just an issue with fitting it on the display.

Cheers,
Robin.
Re: Need help scroll display long file name on LCD
September 16, 2014 06:29PM
Dear Zedsquared,

Thank you for your comment.

Yes. as like your mention, this problem is only display problem in long file name.
(Not FAT problem in SD file system, Marlin alreay solved FAT problem in large sized SD file system.)

However, I couldn't implement long file name scolling on LCD display source in Marlin firmware.

So. I just need help the implementation of long line text scrolling over LCD width.

Thank you.

Edited 1 time(s). Last edit at 09/16/2014 06:36PM by jhlee98y.


=========================================================
[dreammakercnc.blogspot.kr]
korean blog page: [blog.naver.com]
Re: Need help scroll display long file name on LCD
September 16, 2014 06:33PM
Dear Aliraza159,

Thank you for your comment. When you solve this problem, please share your idea.
Thank you.


=========================================================
[dreammakercnc.blogspot.kr]
korean blog page: [blog.naver.com]
Re: Need help scroll display long file name on LCD
May 01, 2015 01:07PM
Take a look at what's in repetier firmware. It DOES scroll for long file names.
Re: Need help scroll display long file name on LCD
May 01, 2015 01:22PM
How you display filenames is a compromise between readability when the name is long, and how many filenames you can fit on one screen. On PanelDue I use 2 columns:



This means that some filenames get truncated. But when you select a file, it pops up a window so that you get to see more of the filename:



I think this is a reasonable compromise, but maybe I will make the number of columns configurable in future.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].

Re: Need help scroll display long file name on LCD
June 16, 2015 01:50AM
It's not as simple as it seems.

With the full graphic LCD you have to redraw the entire page, you can't just update one line. This would cause an annoying flicker which is unavoidable because of a low refresh rate. U8Glib uses a frame buffer and needs to write an entire page at a time.
Re: Need help scroll display long file name on LCD
June 10, 2017 12:33PM
2 Years later and this problem still persist, sadly.


3D Drucker:
Prusa i3 (Alu "Rahmen", Heated Bed, Bowden Extruder, E3D-V6 Hotend (Klon), RAMPS 1.4, A4988 (extruder)/DRV8825 (x/y/z) Stepper Treiber, Marlin 1.1.0 RC2, Reworked Plastikteile)
Re: Need help scroll display long file name on LCD
June 10, 2017 06:26PM
For PanelDue, if the general consensus is that it would be better to have a single column of filenames so that longer names can be displayed, I'll change it.

Edited 1 time(s). Last edit at 06/10/2017 06:27PM by dc42.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Need help scroll display long file name on LCD
June 11, 2017 08:49AM
can you not just name your files shorter?


Check my rubbish blog for my prusa i3

up and running
[3dimetech.blogspot.co.uk]
Sorry, only registered users may post in this forum.

Click here to login