Using bars and gifs on same screen

Rahtok

New member
Greetz again all.

I'm attempting to mix a gif with a horizontal bar. The arrangement itself seems to be working, but the bargraph definitions appear to be overwriting the fist line of the 2 line gif. How does one assign the custom chars in the bargraph def into something that doesn't overwrite the first line of the gif?

Here's my code:

[pre]
rows=4
cols=20

[mod00]
name="fan01_id_name"
id=@01
[mod01]
name="fan02_id_name"
id=@02
[mod02]
name="fan03_id_name"
id=@03
[mod03]
name="fan04_id_name"
id=@04

[mod04]
name="fan01_id_rpm"
id=@05
[mod05]
name="fan02_id_rpm"
id=@06
[mod06]
name="fan03_id_rpm"
id=@07
[mod07]
name="fan04_id_rpm"
id=@08

[mod08]
name="fan01_id_power"
id=@09
[mod09]
name="fan02_id_power"
id=@10
[mod10]
name="fan03_id_power"
id=@11
[mod11]
name="fan04_id_power"
id=@12

[mod12]
name="fan01_id_manual_power"
id=@13
[mod13]
name="fan02_id_manual_power"
id=@14
[mod14]
name="fan03_id_manual_power"
id=@15
[mod15]
name="fan04_id_manual_power"
id=@16

[mod16]
name="temp01_id_name"
id=@17
[mod17]
name="temp02_id_name"
id=@18
[mod18]
name="temp03_id_name"
id=@19
[mod19]
name="temp04_id_name"
id=@20

[mod20]
name="temp01_id_temp"
id=@21
[mod21]
name="temp02_id_temp"
id=@22
[mod22]
name="temp03_id_temp"
id=@23
[mod23]
name="temp04_id_temp"
id=@24

[from00]
from="cc2_showgif.ini"
sec="gif-#"
opt01="idRow1=@25"
opt02="idRow2=@26"
opt03="xOffset=0"
opt04="yOffset=0"
opt05="width=24"
opt06="height=16"
opt07="start=1"
opt08="end=2"
opt09="delay=150"
opt10="filename=C:\\gifs\\fan-ani.gif"

[from01]
from="cc2_hbar.ini"
sec="bar#"
opt01="id=@27"
opt02="options=0x84"
opt03="length=7"
opt04="start_type=2"
opt05="start=0"
opt06="pos_type=1"
opt07="pos=@9"
opt08="end_type=2"
opt09="end=100"
opt10="full_char_num=0"
opt11="full_line1=63"
opt12="full_line2=21"
opt13="full_line3=63"
opt14="full_line4=63"
opt15="full_line5=63"
opt16="full_line6=63"
opt17="full_line7=21"
opt18="full_line8=63"
opt19="empty_char_num=1"
opt20="empty_line1=0"
opt21="empty_line2=42"
opt22="empty_line3=0"
opt23="empty_line4=0"
opt24="empty_line5=0"
opt25="empty_line6=0"
opt26="empty_line7=42"
opt27="empty_line8=0"
opt28="int_char_num=2""

[from02]
from="cc2_hbar.ini"
sec="bar#"
opt01="id=@28"
opt02="options=0x84"
opt03="length=7"
opt04="start_type=2"
opt05="start=0"
opt06="pos_type=1"
opt07="pos=@10"
opt08="end_type=2"
opt09="end=100"
opt10="full_char_num=0"
opt11="full_line1=63"
opt12="full_line2=21"
opt13="full_line3=63"
opt14="full_line4=63"
opt15="full_line5=63"
opt16="full_line6=63"
opt17="full_line7=21"
opt18="full_line8=63"
opt19="empty_char_num=1"
opt20="empty_line1=0"
opt21="empty_line2=42"
opt22="empty_line3=0"
opt23="empty_line4=0"
opt24="empty_line5=0"
opt25="empty_line6=0"
opt26="empty_line7=42"
opt27="empty_line8=0"
opt28="int_char_num=2""

[screen]
screen_name="Brian-SCAB-fans-12-ani"
options=0
alt_delay=5000


[r00]
options=0

[r00-i00]
id=@25

[r00-i01]
length=8
id=@01

[r00-i02]
options=5
length=4
id=@05

[r00-i03]
string=" RPM"

[r01]
options=0

[r01-i00]
id=@26

[r01-i01]
length=8
id=@27

[r01-i02]
options=5
length=3
id=@9

[r01-i03]
string="% Pwr"


[r02]
options=0

[r02-i00]
id=@25

[r02-i01]
length=8
id=@02

[r02-i02]
options=5
length=4
id=@06

[r02-i03]
string=" RPM"


[r03]
options=0

[r03-i00]
id=@26

[r03-i01]
length=8
id=@28

[r03-i02]
options=5
length=3
id=@10

[r03-i03]
string="% Pwr"
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 
Top