#include "C:\Documents and Settings\TNTM\Desktop\test\LCD_QUAD_ENC.h"
#include <LCD.C>


void main()
{

   port_b_pullups(TRUE);
   setup_adc_ports(NO_ANALOGS|VSS_VDD);
   setup_adc(ADC_OFF|ADC_TAD_MUL_0);
   setup_psp(PSP_DISABLED);
   setup_spi(SPI_SS_DISABLED);
   setup_wdt(WDT_OFF);
   setup_timer_0(RTCC_INTERNAL|RTCC_DIV_2);
   setup_timer_1(T1_DISABLED);
   setup_timer_2(T2_DISABLED,0,1);
   setup_timer_3(T3_DISABLED|T3_DIV_BY_1);
   setup_comparator(NC_NC_NC_NC);
   setup_vref(FALSE);
   disable_interrupts(INT_RB);
   disable_interrupts(GLOBAL);
   
   lcd_init();
   lcd_putc("\f Ready...\n");
   lcd_putc("FARTECH Ltd.");

}
