5 years, 2 months ago.

what is setTransMode in ColorMemLCD.h

In looking thru the ColorMemLCD.h file, there is the following code:

  • ID for setTransMode
  • /
  1. define LCD_TRANSMODE_OPAQUE (0x00) !< BackGroud is Opaque
  2. define LCD_TRANSMODE_TRANSPARENT (0x01) !< BackGroud is Transparent
  3. define LCD_TRANSMODE_TRANSLUCENT (0x02) !< BackGroud is Translucent

I don't see these modes defined in the data sheet for the LPM013M126A part and was wondering what these modes actually do and what changes are rendered on the display by selecting one or the other of these modes.

Be the first to answer this question.