--- In [email protected], Smtux S <[EMAIL PROTECTED]> wrote: > at this page I found the datasheet for the T6369C controller, if I want to write a driver in C for this controller where I could start?
Phewwww... That's a nasty one... I don't know your (pre)knowledge about the C language, I don't know your (pre)knowledge about controllers, so that's hard to judge for me... Do you have a development environment (IDE) for that controller? Is there a suitable compiler available? If so, then I would suggest (taking into account you know the language C) to have a look at some examples which are normally part of such development environment. I would first try to activate a simple LED (switch it on/off). This is anyhow the basics for the future driver for your LCD (it's all about playing with pin levels...). Also, if you can find them, newsgroups about this controller may provide you with lots and useful information/examples. But again, such questions as you ask now are among the most difficult ones to answer... Never have had such difficult ones at school... ;-) Maybe someone else can help a bit here too??? > Maybe you are expert in this kind of driver... Hmmm... absolutely not sure about that... :-) Best rgds, --Geert
