Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi! I'm new here This is my first time working with color LCD stuff. I just started working with mbed and 2bm-10004 carrier board (ssd2119 controller). I mounted the circuit using this code (from Imrich Konkol) for ssd2119 controller:
http://mbed.org/users/ikon/programs/lcd_tft_ssd2119/ln9pbu
I connected the board using this configuration:
Mbed=2bm-10004.
p5 mosi = sdi (10).
p6 miso
p7 sck = scl pin(8).
p8 cs = chip select (6).
p15 res = reset (4).
p16 c/d = rs (9).
p17 rd = rd (5).
p18 wr = wr (11).
The problem is that the Lcd just blinks, an sometimes Ican see the messages on the screen :( is there a pin that i have to put to ground or Vcc to make it work? I've been on this for about two days :(
Thank you very much!