Introduction - If you have any usage issues, please Google them yourself
// Initialize the GPIO registers for proper LCD Controller operation
LCDSetupGPIOs(pXllpLCD)
// Initialize the LCD Controller and frame descriptors
LCDInitController(pXllpLCD)
// Clear LCD Controller status register
LCDClearStatusReg(pXllpLCD)
// Enable the LCD controller
LCDEnableController(pXllpLCD)
// If required, load the default palette into palette ram
// and feed this to the LCD controller.