Skip to main content
elec_st
Associate III
January 14, 2014
Question

fsmc LCd problem

  • January 14, 2014
  • 1 reply
  • 421 views
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
    This topic has been closed for replies.

    1 reply

    antonius
    Associate III
    April 28, 2014
    Posted on April 29, 2014 at 01:53

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