/* ****************************************************************************** * Version: * * (1) Project updated for the board PIC24-Eval-Board C + TY280T-240320-BO RevB * Microcontroller = PIC24FJ128GA010 * A modified version of the nandFlash driver is used as PMP is not used for * LCD interface, but the nandFlash uses PMP. Therefore it is necessary * to disable PMP upon exit nandFlash routines. * * (2) Use RD0 for Buzzer, BEEP_TIME and TIMER_BASE adjusted for good beep * Include beep.h in MainDemo.h and Beep.c in project workspace. Don't forget * to short JP1B to enable buzzer. * * (3) This demo also test the nandFlash built-in TY280T QVGA LCD module. * Connect a straight cable to J2B serial port to any of the COM PORTs. * Launch HyperTerminal by using 19200bps, 8-n-1, no handshake. * * (4) Jumper to J5C is not required for TY280T because backlight power * is provided by Vdd, therefore no individual backlight power required * * (5) VERY IMPORTANT: Short jumper JP6 on TY280T QVGA LCD module to convert * 8-bit data bus to 16-bit by using 74HC573D latch on LCD module. Otherwise, * nothing would happen except the backlight on LCD. * * Date: 4th Feb 2009 * Programmer: John Leung ****************************************************************************** */