when(reset)
{
	delay(600);	//delay 15ms
	command(1);	//datainterface 1
	delay(160);	//delay 4.1ms
	command(1);	//datainterface 2
	delay(2);	//delay 100us
	command(1);	//datainterface 3
	delay(160);	//delay 4.1ms
	command(1);	//datainterface 4
	command(20);	//displayoff
	command(0);	//clear
	command(21);	//displayon
	posit(1);	//point to central at line 2
	name(1);	//"71301-3D"
	posit(2);	//point to central at line 3
	name(2);	//"Final Year Project"
	delay(33333);
	command(0);	//clear
	menu(1, 1);
	posit(20);	//point to bit 1 at line 2
	syb(0);		//display cursor
}

    Source: geocities.com/hk/cloud_fan_school/Program/LCD/subroutin

               ( geocities.com/hk/cloud_fan_school/Program/LCD)                   ( geocities.com/hk/cloud_fan_school/Program)                   ( geocities.com/hk/cloud_fan_school)                   ( geocities.com/hk)