<root>
<document schema='101' license='1,FlowcodeHUN,P1HWFJ' title='' description='' target='PIC.18F.18F45K20' >
	<config data='!0,ff!8,36!10,f9!18,fe!20,ff!28,ff!30,bb!38,ff!40,ff!48,ff!50,ff!58,ff!60,ff!68,ff%8,6%e,0%f,0%10,1%11,0%13,3%18,0%19,f%28,1%29,1%2a,1%2f,1%30,1%32,0%36,0%37,1%40,1%41,1%42,1%43,1%4f,1%4e,1' clkspd='4000000' simspd='1' usewdt='0' constif='0' />
	<plugins >
		<dll_dbg_icd enabled='0' >
			<data name='debug' value='1' />
			<data name='userpins' value='0' />
			<data name='speed' value='0' />
			<data name='usev9' value='0' />
			<data name='breaks' value='8' />
			<data name='stacks' value='8' />
			<data name='clkport' value='1' />
			<data name='clkbit' value='6' />
			<data name='dataport' value='1' />
			<data name='databit' value='7' />
			<data name='ghostype' value='0' />
			<data name='monitor' value='1' />
			<data name='ictloop' value='0' />
			<data name='ictrate' value='20000' />
			<data name='ictmask' value='0' />
			<data name='anlpres' value='255' />
			<data name='digmask1' value='-1' />
			<data name='digmask2' value='-1' />
		</dll_dbg_icd>
		<dll_models enabled='1' />
		<dll_upgrader enabled='1' />
		<dll_webhelp enabled='1' />
	</plugins>
	<supplement use='0' head='' body='' />
	<debug />
	<components >
		<settings autoimg='1' center='1' unitscale='0' fixedscale='0' fixedx='1' fixedy='1' fixedz='1' headcode='0' />
		<definition guid='7011963b-5889-41a6-bf4f-15bc238487c6' vstate='40' vmin='0' vmaj='1' srcleaf='' visiblename='' description='' category='Misc' catenable='1' author='' manuname='' manucode='' sysinfo='0' keywords='' dynamic='0' iconpath='' />
		<component class_type='root' codename='panel' x='0' y='0' z='0' xsz='1' ysz='1' zsz='1' xang='0' yang='0' zang='0' xquat='0' yquat='0' zquat='0' wquat='1' visible='1' interactive='1' solid='1' layer='0' poslock='0' >
			<resources />
			<properties />
			<values />
			<events />
			<apis />
			<variables >
				<variable public='0' >
					<def class_type='variable' name='false' type='b1' description='' isconst='1' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='lcdref' type='u8' description='' isconst='0' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='fg' type='u16' description='' isconst='0' isinit='1' usrinit='0' setinit='0' />
				</variable>
				<variable public='0' >
					<def class_type='variable' name='true' type='b1' description='' isconst='1' isinit='1' usrinit='1' setinit='1' />
				</variable>
			</variables>
			<macros >
				<macro >
					<flowline name='tgd' description='' >
						<return name='Return' type='v0' description='' isconst='0' isinit='0' usrinit='' setinit='' />
						<command class_type='calculation' title='Számítás' >
							<exp exp='fg = fg + 1' />
							<exp exp='lcdref = lcdref + 1' />
						</command>
					</flowline>
				</macro>
				<macro >
					<flowline name='Main' description='' >
						<return name='Return' type='v0' description='' isconst='0' isinit='0' usrinit='' setinit='' />
						<command class_type='delay' title='Késleltetés' exp='100' type='1' />
						<command class_type='interrupt' title='Megszakítás' enable='1' name='TMR0' call='tgd' >
							<settings timer='1' prescale='256' postscale='-1' rollover='-1' bitcount='-1' trigger='3' maskhi='--------------------------------------------------------------------------------------------------------------------------------------------------------------------------8' masklo='--------------------------------------------------------------------------------------------------------------------------------------------------------------------------8' >
								<option value='1' />
								<option value='0' />
								<option value='8' />
								<option value='-1' />
							</settings>
						</command>
						<command class_type='output' title='Kimenet' mode='1' port='1048579' mask='2' exp='1' />
						<command class_type='delay' title='Késleltetés' exp='100' type='1' />
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='Initialise' />
						<command class_type='delay' title='Késleltetés' exp='100' type='1' />
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='SetForegroundColour' >
							<argument exp='200' />
							<argument exp='0' />
							<argument exp='0' />
						</command>
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='SetBackgroundColour' >
							<argument exp='0' />
							<argument exp='200' />
							<argument exp='0' />
						</command>
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='DrawRectangle' >
							<argument exp='10' />
							<argument exp='10' />
							<argument exp='100' />
							<argument exp='100' />
							<argument exp='0' />
							<argument exp='1' />
						</command>
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='SetForegroundColour' >
							<argument exp='200' />
							<argument exp='0' />
							<argument exp='200' />
						</command>
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='SetBackgroundColour' >
							<argument exp='0' />
							<argument exp='0' />
							<argument exp='0' />
						</command>
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='SetDisplayOrientation' >
							<argument exp='1' />
						</command>
						<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='ClearDisplay' />
						<command class_type='loop' title='Ciklus' type='0' exp='1' >
							<flowline >
								<command class_type='decision' title='Feltételes elágazás' exp='lcdref &gt; 120' swap='0' >
									<flowline >
										<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='SetForegroundColour' >
											<argument exp='200' />
											<argument exp='0' />
											<argument exp='200' />
										</command>
										<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='SetBackgroundColour' >
											<argument exp='0' />
											<argument exp='0' />
											<argument exp='0' />
										</command>
										<command class_type='calculation' title='Számítás' >
											<exp exp='lcdref = 0' />
										</command>
										<command class_type='call' title='Komponens makró hívása' component='gLCD_SSD1289' macro='PrintNumber' >
											<argument exp='fg' />
											<argument exp='20' />
											<argument exp='20' />
											<argument exp='3' />
											<argument exp='0' />
										</command>
									</flowline>
									<flowline />
								</command>
							</flowline>
						</command>
					</flowline>
				</macro>
			</macros>
			<component class_type='ref' guid='0a432f5f-d9a0-4726-9b42-18de4eeddfd8' vmin='6' vmaj='1' codename='gLCD_SSD1289' x='-80' y='56' z='0' xsz='1' ysz='1' zsz='1' xang='0' yang='0' zang='0' xquat='0' yquat='0' zquat='0' wquat='1' visible='1' interactive='1' solid='1' layer='1' poslock='0' >
				<resources />
				<properties />
				<values >
					<value target='pixel_height' data='320' />
					<value target='pixel_width' data='240' />
					<value target='monochrome' data='0' />
					<value target='foreground_colour' data='0' />
					<value target='background_colour' data='16777215' />
					<value target='colour_bit_depth' data='16' />
					<value target='red_bit_depth' data='5' />
					<value target='green_bit_depth' data='6' />
					<value target='blue_bit_depth' data='5' />
					<value target='CS_pin' data='$PORTA.0' />
					<value target='CD_pin' data='$PORTA.1' />
					<value target='RD_pin' data='$PORTA.2' />
					<value target='RW_pin' data='$PORTA.3' />
					<value target='DPL' data='$PORTB0' />
					<value target='DPH' data='$PORTC0' />
					<value target='DisplayMethod' data='001' />
				</values>
				<events />
				<apis />
				<variables />
				<macros />
			</component>
		</component>
	</components>
	<keymap />
	<panel2d shadows='0' lighting='2' brightness='0' perspective='0' >
		<background rgb='5767167' img='' style='0' />
		<camera xe='0' ye='0' ze='300' xt='0' yt='0' zt='0' xquat='0' yquat='0' zquat='0' wquat='1' />
	</panel2d>
	<panel3d shadows='0' lighting='2' brightness='0' perspective='0' >
		<background rgb='8409120' img='' style='0' />
		<table rgb='7360576' img='' style='0' size='25' />
		<camera xe='0' ye='0' ze='300' xt='0' yt='0' zt='0' xquat='0' yquat='0' zquat='0' wquat='1' />
	</panel3d>
	<layout >
		<view type='0' name='Main' mode='0' placement='LAAAAAAAAAABAAAA---------------------wAAAAAUAAAAXQQAALEDAAA' zoom='75' scrollx='0' scrolly='781' flags='0' />
		<view type='0' name='tgd' mode='0' placement='LAAAAAAAAAABAAAA---------------------wAAAAAUAAAAXQQAALEDAAA' zoom='75' scrollx='0' scrolly='0' flags='0' />
	</layout>
</document>
</root>
