Assorted Animated Logos

CF Tech

Administrator
ANY SCREEN: Assorted Animated Logos

Assorted Animated Logos

Samples on a CFA-632 (with related animation detail following) :



























Author: JC634

Screen zip file:
Animated_Logos.zip

Install Instructions:

Copy the desired gif files to C:\gifs.

This is just a file containing all the animated logos that I have done to date in one conveinent zip file. Create a screen and add whatever animated logo you desire.

I have included sample screen to demonstrate how to add a logo to a CC2 screen file. When you add a animated logo to a screen file, you must make note of 1 VERY important detail. That detail is the frame count. Right-click on the file; left-click on Propoerties; left-click on Summary; note the Frame Count.

Edit the following lines in your screen file:
Code:
[from00]
from="cc2_showgif.ini"
sec="gif-#"
opt01="idRow1=@01"
opt02="idRow2=@02"
opt03="xOffset=0"
opt04="yOffset=0"
opt05="width=24"
opt06="height=16"
opt07="start=1"
opt08="end=23"				; EDIT THIS # TO THE ANIMATED LOGO FRAME COUNT #
opt09="delay=100"
opt10="filename=C:\\gifs\\cf_ani.gif"	; Change the name to the actual one you are using
Development thread: Part of the User Screen Syntax Manual.

edit: Now includes an updated CF_logo and 2 new logos.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 
Last edited by a moderator:
Top