Horizontal bar graph examples

CF Tech

Administrator
Horizontal bar graph examples

Default on a CFA-632:


Example 1 CFA-632:


Example 2 a CFA-632:


Example 3 a CFA-632:



Screen zip file: cc2_hbar_examples.zip

Install Instructions:

One of neat things you can do with horizontal bargraphs is customize the looks of the bar. All the pictures are made from the same screen file. Only the bar formatting changed from each example.

If you like one of the included bar examples, simply copy and paste the appropriate code from the example file into your screen file. Below is an example of a horizontal bargraph definition. Simply copy and paste the *indented* code over the corresponding code in your file.
Code:
[from01]
from="cc2_hbar.ini"
sec="bar#"
opt01="id=@01"
opt02="options=0x84"
opt03="length=16"
opt04="start_type=2"
opt05="start=0"
opt06="pos_type=1"
opt07="pos=@04"
opt08="end_type=2"
opt09="end=100"
opt10="full_char_num=0"
    opt11="full_line1=63"
    opt12="full_line2=63"
    opt13="full_line3=63"
    opt14="full_line4=63"
    opt15="full_line5=63"
    opt16="full_line6=63"
    opt17="full_line7=63"
    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"
If you want to design your own look, use the included Excel file, char_design.xls, to design and determine the appropriate # codes. This file was written by CCadmin quite some time ago. If you unsure of how to do this, ask in the forums. JC or daks will be able to help.

Development thread: N/A
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 
Top