Help with 8080 lcd interface

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Help with 8080 lcd interface

619件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by schisanoa on Thu Apr 24 00:55:26 MST 2014
I have a LCD with 8bit parallel interface and I need to connect to a LPC1788 on the EMC.

I use LpcOpen, and I try to modify the EMC config, but the LCD seems to not work:

STATIC const IP_EMC_STATIC_CONFIG_T LCD_HIMAX8352_config = {
2,
EMC_STATIC_CONFIG_MEM_WIDTH_8 |
EMC_STATIC_CONFIG_CS_POL_ACTIVE_LOW |
EMC_STATIC_CONFIG_BLS_HIGH /* |
      EMC_CONFIG_BUFFER_ENABLE*/,

EMC_NANOSECOND(100), 
EMC_NANOSECOND(0),
EMC_NANOSECOND(100),
EMC_NANOSECOND(240),
EMC_NANOSECOND(80),
EMC_CLOCK(4)
};

could someone help me with the EMC config?
thanks in advance.

Attached also the lcd spec
ラベル(1)
0 件の賞賛
返信
0 返答(返信)