CR6Community / CR-6-touchscreen

CR-6 SE touchscreen software extended with more functionality and pages than the stock CR-6 touchscreen software.
https://cr6community-support-team.gitbook.io/cr6comm-touchscreen-refactored-firmware-docs/
151 stars 34 forks source link

Possible to have the file name to scoll in the file name windows. ? #82

Open dsagdfgsFD opened 2 years ago

Sebazzz commented 2 years ago

Yes - I've attempted this, however this was not feasible due to the buggy behavior of the scrolling widget in DWIN.

Thinkersbluff commented 2 years ago

Yes - I've attempted this, however this was not feasible due to the buggy behavior of the scrolling widget in DWIN.

FWIW, @Sebazzz - I modified a version of 61F_RC_260522_v1 to replace the regular text display fields with scrolling text display fields on the filebrowser screen (#67). Now that we have the new DGUS tool and we now know that the scrolling text window must have a font spacing parameter value of "1", we might be able to make this enhancement work. The current variable address space does not, however, support filenames longer than 16 characters, and I expect the motherboard firmware handler would need to be modified, to make use of the scrolling text fields. If you would like to try to implement this again, please advise what variable pointers to put in & I will update the DWIN_SET in this branch of my repo, to support testing the mod:

https://github.com/Thinkersbluff/CR-6-touchscreen_Thinkersbluff_Fork/tree/AddScrollingFileNames

apassiou commented 1 year ago

Doesnt have to scroll, it can display first X charactes for 5 seconds, then swap to next set etc... should be easier.