Search found 15 matches

by Morris
Sat Oct 02, 2010 5:25 pm
Forum: Compiler
Topic: Online Update
Replies: 28
Views: 14440

Password

Sorry David but i didn't get the password can you please send it again?

Thank you

Morris
by Morris
Sat Oct 02, 2010 5:05 pm
Forum: Compiler
Topic: Online Update
Replies: 28
Views: 14440

Invoice

David,


I sent you the Invoice i got from CircuitEd, please let em know if you need anything else.

Regards
Morris
by Morris
Fri Oct 01, 2010 1:51 pm
Forum: Compiler
Topic: Online Update
Replies: 28
Views: 14440

code

my swordfish CD ROM packaging doesnt have a product key on the back of the CD, how can i get the password, im a registered user.

thanks
Morris
by Morris
Thu Sep 30, 2010 2:55 pm
Forum: Compiler
Topic: Online Update
Replies: 28
Views: 14440

Cool

Great!!

Thank you David!

Morris :D
by Morris
Thu Sep 30, 2010 2:17 pm
Forum: Compiler
Topic: Online Update
Replies: 28
Views: 14440

Online Update

I just re installed Swordfish and i relized that online updates is not working, and i need to update the compiler, were can i download the update or when the update server will be working again?.

I need to change a client firmaware and it doesnt compile with the current version

Thanks
Morris
by Morris
Sat Mar 27, 2010 12:30 am
Forum: Compiler
Topic: Many Big images = not good
Replies: 0
Views: 2782

Many Big images = not good

Hello, We have a Project written on Swordfish and we have some big problem that I would like to know if someone else had seen before. We are using a GLCD with Toshiba controller T6963C 240x128 and we have about 7 images at full size, plus some other small icons. The problem is that the PIC start to ...
by Morris
Sun Jul 26, 2009 7:36 pm
Forum: Compiler
Topic: Cannot pass pass variable to 'Toggle' function.
Replies: 2
Views: 2361

Try

sub Light(Byref Pin as bit)
toggle(Pin)
end sub

...............

Light(portb.1)

this works
by Morris
Sat Jul 25, 2009 6:32 pm
Forum: Compiler
Topic: Plugin API
Replies: 0
Views: 2706

Plugin API

Where can i download the plugin development API for Delphi?


Morris
by Morris
Tue Jun 30, 2009 1:50 am
Forum: Compiler
Topic: T6963c Toshiba Driver
Replies: 12
Views: 6619

Images

I have a program that converts the images to the correct format, but it has some bugs, ill fix and ill post the program here.

if you have any question, you can write to my mail because i don't read the forum very often.

morris @ mexred.com

Morris
by Morris
Wed Jun 17, 2009 10:29 am
Forum: Compiler
Topic: T6963c Toshiba Driver
Replies: 12
Views: 6619

Here is the library

http://www.mexred.com/sfcompiler/t6963c_morris.zip

The library supports "SetImage" command, but it scan images along X

I have included the "Rose" sample Image, so you can make some tests

let me know if you have any problems
Morris
by Morris
Fri Jun 12, 2009 1:56 pm
Forum: Compiler
Topic: T6963c Toshiba Driver
Replies: 12
Views: 6619

Sorry i was out of town and i wasn't able to check the messages here, ill post the changes in a couple of hours

Morris
by Morris
Thu Apr 30, 2009 5:31 pm
Forum: Compiler
Topic: T6963c Toshiba Driver
Replies: 12
Views: 6619

T6963c

you mean Toshiba T6963C?

Morris
by Morris
Thu Apr 30, 2009 4:54 pm
Forum: Compiler
Topic: T6963c Toshiba Driver
Replies: 12
Views: 6619

DONE!

Hello,

I have modified the Toshiba module and is working fine, this is a sample

Image

Ill make some more test and ill post the modified module here

Morris
by Morris
Thu Apr 30, 2009 2:49 am
Forum: Compiler
Topic: T6963c Toshiba Driver
Replies: 12
Views: 6619

I got Errors

Thank you Sergio, I have updated the Library, but when i use GLCD.SetImage(0,20,btnOK) i get "Identifier not declared : SetImage" this is the Code Device = 18F2620 Clock = 20 #option GLCD_MODEL = T6963c #option GLCD_DATA = PORTB #option GLCD_CE = PORTC.2 #option GLCD_RD = PORTC.1 #option GLCD_RW = P...
by Morris
Thu Apr 30, 2009 1:08 am
Forum: Compiler
Topic: T6963c Toshiba Driver
Replies: 12
Views: 6619

T6963c Toshiba Driver

Hello,

I downloaded Octal T6963c driver, and is working with text, but i need to draw some images and i don't have a clue on how to update the GLCD driver to draw images.

so i need some help please, i don't know if there is an updated version of the driver.

I really appreciate your help

Morris