|
dirk_999
10 posts
 Popping In
|
20-03-2012 20:41
I have a problem with the lcd display conected on portD. When I try the program "hello world" (view attachment) on the display I have only black squares on the first line. Adjusting the brightness control gives no solution. When I do so I have 2 lines with black sqares.
Is it possible to try out my program on your E-blocks to see what the problem is. Thanks in advance.
helloworld_c.fcf
mylibrary.c
|
|
dirk_999
10 posts
 Popping In
|
21-03-2012 18:55
I found my fault myself.
In my c-program I wrote lcd_init; instead of lcd_init();
|
|

thijsbeckers
1103 posts
 Power User
|
22-03-2012 14:07
Thank you Dirk for reporting your solution as well.
|