Sharp LS027B7DH01 controller code for STM32F3 Discovery board.
- LCD_Init // Display Init
- LCD_Clean // Display Clear
- LCD_LoadFull // Load Full Screen data onto buffer mem
- LCD_LoadPart // load specific bitmap to buffer mem with X,Y coordinate (Byte aligned)
- LCD_LoadPix // load specific bitmap to buffer mem with X,Y coordinate (Pixel aligned)
- LCD_Print // Print string with 8x8 font
- LCD_Invert // Invert Color of all pixels in buffer mem
- LCD_BufClean // Set all byte in buffer to 0xFF (appear as white on Display when LCD_Update)
- LCD_Fill // true : fill with black, false : fill with white
- LCD_Update // Transmit buffer to display memory