Hello,
I have been looking at the lcd driver, trying to get it to work outside of circleOS. Mostly I have copyed the lcd.c and lcd.h files.
Im really just trying to learn how to set up the hardware, so stuff like the backlight - which is on by default, display rotation etc.. I have commented out for now.
I am very new to arm coding, though I have used c before, I forget everything I learnt.
I have got it to compile, and it runs. Im calling LCD_Init then LCD_DisplayChar to test if it works, but the screen stays off :(
This is how I think the lcd is setup from circle, I think maybe I have missed something important:
main() Main.c ->
DRAW_Init() Draw.c ->
LCD_Init() LCD.c
it would not use the definition from lcd.h so I copyed it here, though I dont understand what it does or why the clock is enabled on the same pin twice?, and then again below?!?!?
Thanks
Last edited by Kram (2009-01-26 23:40:32)