Content originally posted in LPCWare by Steve on Thu Dec 22 05:41:45 MST 2011
Hello.
I have a problem with LCD controller configuration on LPC 1788. I want use tft mode 1:5:5:5, but in user manual i found only this information:
   3:1 LcdBpp LCD bits per pixel:
      Selects the number of bits per LCD pixel:
        000 = 1 bpp.
        001 = 2 bpp.
        010 = 4 bpp.
        011 = 8 bpp.
        100 = 16 bpp.
        101 = 24 bpp (TFT panel only).
        110 = 16 bpp, 5:6:5 mode.
        111 = 12 bpp, 4:4:4 mode.
I am also using LPC 2478 and it is have a special register to select the LCD function and the LCD mode - PINSEL11 (page 192, UM10237). Maybe LPC1788 have something like that register?
Regards,
Steve.