T6963 / RA6963 LCD controller with PBP


Closed Thread
Results 1 to 24 of 24

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,139


    1 out of 1 members found this post helpful. Did you find this post helpful? Yes | No

    Default Re: T6963 / RA6963 LCD controller with PBP

    The GLCD I think is a bit difficult subject. I tried once and left it for a later time.

    Every contribution is most welcome. And since Henrik has a 'Contributor' level it means that is a great giver. So post #7 is not very appropriate answer especially to Henrik. He deserved a better one. Or do not answer at all.

    Ioannis

  2. #2
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: T6963 / RA6963 LCD controller with PBP

    Quote Originally Posted by Ioannis View Post
    ... So post #7 is not very appropriate answer especially to Henrik. He deserved a better one. Or do not answer at all.
    Really? I posted a link to another BASIC site that provided source code. Is only providing PBP source code considered a better one?

    Quote Originally Posted by Ioannis View Post
    The GLCD I think is a bit difficult subject. I tried once and left it for a later time.
    Perhaps here. As I said, I posted a link to another BASIC site where they developed a library/driver for T6963 as well as KS0108 GLCD's - they don't seem to have problems.
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,139


    Did you find this post helpful? Yes | No

    Default Re: T6963 / RA6963 LCD controller with PBP

    Yes but you need a good understanding of that other basic lanquage...

    Ioannis

  4. #4
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default Re: T6963 / RA6963 LCD controller with PBP

    Quote Originally Posted by Ioannis View Post
    Yes but you need a good understanding of that other basic lanquage...

    Ioannis
    Agreed. And that is why I consider coding ability alone (particularly if you are limited to a single specific language) a pretty insignificant skill.
    Last edited by rmteo; - 19th November 2011 at 23:55.
    Why pay for overpriced toys when you can have
    professional grade tools for FREE!!!

  5. #5
    Join Date
    Jul 2005
    Location
    The Netherlands
    Posts
    40


    Did you find this post helpful? Yes | No

    Default Re: T6963 / RA6963 LCD controller with PBP

    Hi Henrik,

    A couple years ago I make a controller for a th AlphaVibe a medical vibration Vibe. The LCD is Winstar 240x128. (Toshiba T6963C) The complete firmware is in PICBASIC. Incl. de smardcard reader (for uploading Images and fitness programs), Touchscreen, serial slave keyboard, controll a frequent inverter etc. For the graphics lib I use the GLCD of Compsys1. This works very well! To load the image into the external eeproms, a write a simple image loader (smartcard -> E2P).

    If you need any help, let me know.

    The control board:

    Name:  alpha control2.jpg
Views: 7151
Size:  77.9 KB

    The Console of the Alpha Vibe:

    Name:  AlphaVibeBasic.JPG
Views: 6969
Size:  62.4 KB

  6. #6
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: T6963 / RA6963 LCD controller with PBP

    Hi,
    Nice product!
    I'm working on it on and off and it's comming together slowly. Currently I'm working on the Bresenham algorithm, trying to squeeze as much performance as I can out of it. When lines are done I'll move on to circles/arcs.

    I've looked at the files available at the Compsys website (here specifically)and while it does provide some pointers and ideas there is, as far as I can see, quite a few routines being called which are not actually included in the files (must be somewhere else which I've missed). For example put_char is called multiple times in glt6963c.bas but the actual subroutine is nowhere to be found. Neither in glipict2.bas or glt6963c.bas. Same thing with gl_init, put_it, gl_rect, gl_circ and so on.

    Like I said, they must be in some other file on the site which I haven't found. But I'll just reinvent the wheel and write it myself... ;-)

    Thanks!
    /Henrik.

  7. #7
    Join Date
    Jul 2005
    Location
    The Netherlands
    Posts
    40


    Did you find this post helpful? Yes | No

    Default Re: T6963 / RA6963 LCD controller with PBP

    Hi Henrik,

    If have take a look on by PC. The file name is ctrllib.bas (Graphic library of subroutines for use with a Toshiba T6963C, incl Windows GLCD Tools adn Image Converter).

    And I have pay some US$ for the source code of the guys of compsys1.

    Regards,

    - Gerben (PICshop.nl)
    Last edited by ScaleRobotics; - 26th November 2011 at 12:14.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts