Search found 401 matches

by Steven
Mon Nov 06, 2006 9:50 pm
Forum: Compiler
Topic: GLCD support?
Replies: 4
Views: 3811

Hello Cruster, The KS0108 is already supported - if you look at the GLCD module, you will see it listed at the top. We are in the process of writing a driver for 122x32 SED1520 displays and the 320x240 S1D13700 is also in the pipeline. Adding support for other displays is not a very difficult task i...
by Steven
Mon Nov 06, 2006 6:30 pm
Forum: Compiler
Topic: RTC DS1302 or DS1307
Replies: 2
Views: 3855

Johngb has written a library for the DS1307 - hopefully he will read this post soon.

Regards,

Steven
by Steven
Sat Nov 04, 2006 6:43 pm
Forum: Modules
Topic: KS0108 altered Modul
Replies: 9
Views: 5893

Try increasing the GLCD_INIT_DELAY - 700 worked fine on my EasyPIC3. You just have to give the display time to settle before initialising it.

This will only be an issue at power-up, hence it works OK when you reset it.
by Steven
Sat Nov 04, 2006 6:07 pm
Forum: Modules
Topic: KS0108 altered Modul
Replies: 9
Views: 5893

Could you post the full code you are now using?

Thanks,

Steven
by Steven
Fri Nov 03, 2006 7:55 pm
Forum: Compiler
Topic: The Grafic LCD shows nothing
Replies: 9
Views: 6492

CS,

If you PM me with your email address, I'll send you the modified library to try.

Regards,

Steven
by Steven
Fri Nov 03, 2006 6:41 pm
Forum: Compiler
Topic: The Grafic LCD shows nothing
Replies: 9
Views: 6492

CS, It's good to hear that you are much closer now. The reset issue is caused I think by the fact that your RST pin on the display is connected to a PIC port pin, rather than tied high in hardware. Are you using an EasyPIC development board like me? You have set the RST pin high in your code, but th...
by Steven
Fri Nov 03, 2006 5:20 pm
Forum: Compiler
Topic: The Grafic LCD shows nothing
Replies: 9
Views: 6492

I've just been having a look at your code and in the meantime NavMicroSystems has suggested the same as I was going to. If this works, it's not a fault of the compiler, but simply a result of the fact that KS0108 displays have various arrangements for the CS lines - some need inverting as suggested....
by Steven
Thu Nov 02, 2006 10:23 pm
Forum: Compiler
Topic: The Grafic LCD shows nothing
Replies: 9
Views: 6492

The solution should be simple - the display RST should be tied to 5V and the #option statements should be moved before the Include "GLCD.bas" line. The last point is important, since the code in the libraries is altered according to the option settings that have already been declared. Regards, Steven
by Steven
Thu Nov 02, 2006 8:00 pm
Forum: User Modules
Topic: Swordfish SED1520 Module
Replies: 12
Views: 8109

CS,

I've just ordered a SED1520 based display to have a look at. As David says, the C code should be fairly straight forward to convert to Swordfish. When the display is delivered and I get chance to look at it, I'll post my findings.

I hope that this helps.

Regards,

Steven :D
by Steven
Thu Nov 02, 2006 4:11 pm
Forum: Compiler
Topic: Problems with the examples
Replies: 11
Views: 8554

I have tried compiling the same file and all is OK, but admittedly I'm running the Beta version and not the Lite version. I do notice though that the first line refers to: Filename=C:\Programme\SwordfishSE\Samples\ADC\ADIn.sfp and after a successful compile it refers to: Filename=C:\Programme\Swordf...
by Steven
Sun Oct 15, 2006 6:28 pm
Forum: Modules
Topic: Added a new module called Calender
Replies: 4
Views: 4481

Tim,

Great! Thanks very much for sharing this library.

Steven