Jump to content
43oh

pcesar12

Members
  • Content Count

    11
  • Joined

  • Last visited

Reputation Activity

  1. Like
    pcesar12 reacted to RobG in (Universal) Color LCD graphics library   
    Use 8 bit color with PCF8833 (setColor(color).) I don't think I ever used other color depths on PCF8833 based displays, so you will have to figure out how to map them.
  2. Like
    pcesar12 reacted to RobG in (Universal) Color LCD graphics library   
    First, make sure you are selecting the correct driver
    // define driver // #define PCF8833 // use for 6100 //#define SPFD54124B // use for 6085 and 6101 //#define ST7735R // use for JD-T1800 (1.8") //#define HX8340B // use for BTL221722 (2.2" without touch) //#define ILI9225B // 2.2" with touch  
    Then connect the pins as follows:
    CS - P1.0 SCK - P1.5 DIO - P1.7 RESET - not using reset, tie it to any available pin on your LaunchPad and add a piece of code to reset your LCD before configuring. Alternatively, you can just tie it to Vcc. You must also connect Vcc and GND.
  3. Like
    pcesar12 reacted to RobG in (Universal) Color LCD graphics library   
    NOTE: Those files are not current as of May 5th 2013. See the first post for the latest.

    PCF8833 (Nokia 6100)
    SPFD54124B (Nokia 6085 and 6101)
    ST7735R (JD-T1800, 1.8" LCD)
    HX8340B (BTL221722, 2.2" without touch)
    ILI9225B (2.2" with touch)


    colorLCD.hfont_5x7.hfont_8x12.hmain.cmemory.cmemory.htypedefs.h
    Updated 11/12
    colorLCD.cfont_11x16.h
×
×
  • Create New...