Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Smooth scrolling text Plugin?

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
chameleon_789
Posts: 3
Joined: April 7th, 2005, 2:04 pm

Smooth scrolling text Plugin?

Post by chameleon_789 »

Hi, I was wondering if it was possible to make a plugin that scrolls by moving one column of pixels at the time rather than one character. I don't have much understanding of LCD display programming, so please tell me if this is impossible :)

On a similar note, is it possible to have more than 8 custom chars by reprogramming the standard letters (ie. changing the \ character to a user defined one)? If not in LCD smartie, could it be programmed into a custom app, or are there hardware limitations?

EDIT: Ok, I just found out there is a 64 byte custom RAM, and the character mem is read only :x Sorry for the newb question.. although, I would like to know if there's still a way to move chars pixel by pixel? Assuming the character rom doesn't have to change, is there a sneaky way of doing this?
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

I think I understand what your saying and I dont think its possible. Why would you want to move one pixel column at a time instead of the whole character?

There are 5 pixel columns in each charcter, that is alot more moving than the whole character.
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I would agree with _X7JAY7X_ about this.

There is no other known way to display into LCD screen except the custom character function... (and we have some limits here)

Since we have character displays and not graphical this req this is a good idea but not applicable.
Post Reply