Bob_the_Cannibal wrote:
Righty, I have some bugs/issues:
(sorted by priority)
severe: sometimes, at random, an entire line of pixels won't render. this goes away if you close out and reload lcdproc. I can't reproduce it, but it happens randomly.
This is most likely a problem in the T6963C driver/timing.
Quote:
medium: textdata can't have a space in it. this is not obvious until you wonder why scrolling isn't working.
Bug found. It seems be working now so this should be fixed in next build.
Quote:
minor: text scrolls 2 chars at a time. how about the option to move by X chars, or leave it at one.
This happened only with static text defined in the screen file. Plugin texts were scrolling correctly. I had forgot to replace one function call with a variable so the text formatting (scroll included) was called twice. Scrolling one characters at a time now.
Quote:
wishlist: a reload/reset button on the right click menu to reload all images and the screen.xml file would be nice (assists with screen development)
Coming.
Quote:
wishlist: per pixel placement of text/images. (BTW, you can move text in odd ways if you specify decimals: 1.5 is legal.)
Per pixel placement of graphics is supposed to be working already but I remember seen some bugs which could have been either in rendering or in the display driver I was using at the time.
When font support is added (text handled as graphics) per pixel placement of text should also work.