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

Set fix points in screen?

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
tapf!
Posts: 11
Joined: August 5th, 2005, 4:19 pm

Set fix points in screen?

Post by tapf! »

Hello,

is it possible to set fix points at wich a text beginns?

Example: I've got the CPU Usage, and it varies from 1 to 100%. So the chars behind that move 2 chars.

CPU: 1% BLABLA
CPU: 100% BLABLA

and I want that the Blabla is always on a fix position.

Is this possible?

Fabian
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Use the $Fill() function located in the misc category

example:
CPU: 1% $Fill(10)BLABLA
tapf!
Posts: 11
Joined: August 5th, 2005, 4:19 pm

Post by tapf! »

Tanks!

Works great. I need it, because my (emulated by PalmOrb) is build as following:

Line 1 1-20
Line 2 1-20
Line 3 1-20
Line 4 1-20
Line 1 21-40
Line 2 21-40
Line 3 21-40
Line 4 21-40

Greetings

Fabian
Post Reply