cancel
Showing results for 
Search instead for 
Did you mean: 

fsmc LCd problem

elec_st
Associate III
Posted on January 14, 2014 at 10:52

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 lcd
1 REPLY 1
antonius
Senior
Posted on April 29, 2014 at 01:53

I have the same case, any solutions for it ? thanks