Re: Re: String concatenation plugin
Voltage: [XXXXXXXXXX]
where [] only denotes start and end of a section of the row, 10 characters wide, where the text (XXX) is scolled. The text (XXX) would look like this
"Core: 1.36V, +3.3V: 3.33V, +5V: 4.99V, +12V: 12.10V, ". As I have understood it you can controll the scrolling within separate items. But this string had normally been built by 9 separate items:
string="Core: "
id=249415841
string="V, +3.3V: "
id=2891227368
string="V, +5V: "
id=4160193155
string="V, +12V: "
id=1279566055
string="V, "
Please tell me I'm wrong.
If you want it to look like this:CrystalControl Admin said:How is that different than using the normal items?
Voltage: [XXXXXXXXXX]
where [] only denotes start and end of a section of the row, 10 characters wide, where the text (XXX) is scolled. The text (XXX) would look like this
"Core: 1.36V, +3.3V: 3.33V, +5V: 4.99V, +12V: 12.10V, ". As I have understood it you can controll the scrolling within separate items. But this string had normally been built by 9 separate items:
string="Core: "
id=249415841
string="V, +3.3V: "
id=2891227368
string="V, +5V: "
id=4160193155
string="V, +12V: "
id=1279566055
string="V, "
Please tell me I'm wrong.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.