T6963 / RA6963 LCD controller with PBP


Closed Thread
Results 1 to 24 of 24

Hybrid View

  1. #1
    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!!!

  2. #2
    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

  3. #3
    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.

  4. #4
    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.

  5. #5
    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

    Is this the library needed? It is burried on the compsys1 site (free for non commercial use).

    http://www.compsys1.com/support/PBP_...B/T69B_lib.bas

    Ioannis

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