2014-01-14 01:52 AM
i use lcd with fsmc and i can display any color else white color
lcd_clear(0xFFFF); // 0xFFFF this is while color and this not display any thing ? 0xFFFE this is (0xFFFF - 1) this give me white color but why 0xFFFF not work and 0xFFFE WORK the color number from 0x0000 to 0xFFFE work i use 16bit fsmc with 16bit lcd2014-04-28 04:53 PM
I have the same case, any solutions for it ? thanks