Motherboard Forums


Reply
Thread Tools Display Modes

Re: Graphical LCD 'C' library

 
 
Chris Quayle
Guest
Posts: n/a
 
      08-11-2003, 03:27 PM
Marcellus Pereira wrote:
>
> Hi All.
>
> I need a 'C' Library to menage Graphical LCD ( 128x64 ), Toshiba
> T6963C based. I only found a US$ 440,00 option (
> http://www.ramtex.dk/glcd/glcd.htm ).
>
> Do you know some another option ( GNU or free ) ?
>
> Thank's
>
> Marcellus


Had the same problem myself, very little available in terms of good
quality code for free, though you could have a look at the Epson web
site for example code for the 1374 (for example) series controllers.

Am writing libraries for Dragonball VZ328 lcd controller at present,
which uses a dumb frame buffer in system memory. Monochrome only, no
greyscale at the mo, but have the low level device driver function
library done to plot pixel, line, fill area and bitmap icon, as well as
libraries built on top of this to do graphics primitives and text output
/ font select etc. All written in C and should be fairly portable.

What exactly are you looking for ?...

Chris


--
Aerosystem Designs
------------------
Embedded System and Electronic Design and Development
Oxford. England. lightwork at aerosys dot co dot uk
 
Reply With Quote
 
 
 
 
Marcellus Pereira
Guest
Posts: n/a
 
      08-11-2003, 04:26 PM
On Mon, 11 Aug 2003 16:27:57 +0100, Chris Quayle
<> wrote:

>Had the same problem myself, very little available in terms of good
>quality code for free, though you could have a look at the Epson web
>site for example code for the 1374 (for example) series controllers.
>
>Am writing libraries for Dragonball VZ328 lcd controller at present,
>which uses a dumb frame buffer in system memory. Monochrome only, no
>greyscale at the mo, but have the low level device driver function
>library done to plot pixel, line, fill area and bitmap icon, as well as
>libraries built on top of this to do graphics primitives and text output
>/ font select etc. All written in C and should be fairly portable.
>
>What exactly are you looking for ?...
>
>Chris


Well, I'm looking for a simple way to draw lines, circles and sin(x).

I have a oximeter prototype now and, the next one, will plot the
plethysmografic curve. I'm researching for a ( simple ) method to do
that.

Do you think to put your code under GPL?

Marcellus
 
Reply With Quote
 
Grog
Guest
Posts: n/a
 
      08-11-2003, 05:03 PM

>
> Well, I'm looking for a simple way to draw lines, circles and sin(x).
>
> I have a oximeter prototype now and, the next one, will plot the
> plethysmografic curve. I'm researching for a ( simple ) method to do
> that.
>
> Do you think to put your code under GPL?
>
> Marcellus


You've got mail....

Greg the Grog


 
Reply With Quote
 
Marcellus Pereira
Guest
Posts: n/a
 
      08-11-2003, 06:19 PM
On Mon, 11 Aug 2003 17:03:44 GMT, "Grog"
<shem_an_na@SPAM_ME_NOThotmail.com> wrote:

>
>>
>> Well, I'm looking for a simple way to draw lines, circles and sin(x).
>>
>> I have a oximeter prototype now and, the next one, will plot the
>> plethysmografic curve. I'm researching for a ( simple ) method to do
>> that.
>>
>> Do you think to put your code under GPL?
>>
>> Marcellus

>
>You've got mail....
>
>Greg the Grog
>

Thank you very much!

I will try it tonight.

[]s
Marcellus
 
Reply With Quote
 
Marcellus Pereira
Guest
Posts: n/a
 
      08-11-2003, 10:40 PM
On Mon, 11 Aug 2003 17:03:44 GMT, "Grog"
<shem_an_na@SPAM_ME_NOThotmail.com> wrote:

>
>>
>> Well, I'm looking for a simple way to draw lines, circles and sin(x).
>>
>> I have a oximeter prototype now and, the next one, will plot the
>> plethysmografic curve. I'm researching for a ( simple ) method to do
>> that.
>>
>> Do you think to put your code under GPL?
>>
>> Marcellus

>
>You've got mail....
>
>Greg the Grog
>

Thank you very much, Greg.

It's exactly what I was looking for.

I will add a simple 'circle()' function and voilá!

The code is very good.

The picotk is too large for my PIC. But thanx, Peter.

[]s
Marcellus
 
Reply With Quote
 
Trevor Barton
Guest
Posts: n/a
 
      08-12-2003, 11:17 AM
On Mon, 11 Aug 2003 13:26:53 -0300, Marcellus Pereira wrote:
> On Mon, 11 Aug 2003 16:27:57 +0100, Chris Quayle
><> wrote:
>
>>Had the same problem myself, very little available in terms of good
>>quality code for free, though you could have a look at the Epson web
>>site for example code for the 1374 (for example) series controllers.
>>
>>Am writing libraries for Dragonball VZ328 lcd controller at present,
>>which uses a dumb frame buffer in system memory. Monochrome only, no
>>greyscale at the mo, but have the low level device driver function
>>library done to plot pixel, line, fill area and bitmap icon, as well as
>>libraries built on top of this to do graphics primitives and text output
>>/ font select etc. All written in C and should be fairly portable.
>>
>>What exactly are you looking for ?...
>>
>>Chris

>
> Well, I'm looking for a simple way to draw lines, circles and sin(x).
>
> I have a oximeter prototype now and, the next one, will plot the
> plethysmografic curve. I'm researching for a ( simple ) method to do
> that.


If you know what "plethysmografic" means, let alone being able to spell
it, you ought to be able to knock up any code you like in a matter
of minutes! I can't even say it ;-P

--
Trevor Barton
 
Reply With Quote
 
Marcellus Pereira
Guest
Posts: n/a
 
      08-12-2003, 04:23 PM
On 12 Aug 2003 11:17:39 GMT, Trevor Barton <> wrote:

>On Mon, 11 Aug 2003 13:26:53 -0300, Marcellus Pereira wrote:
>
>If you know what "plethysmografic" means, let alone being able to spell
>it, you ought to be able to knock up any code you like in a matter
>of minutes! I can't even say it ;-P


Well, sorry. The correct is 'plethysmographic'... my english isn't so
good. =-)

If you are curious about it, try
http://www.personal.u-net.com/~ersj/...15-24.html.htm

[]s
Marcellus
 
Reply With Quote
 
Trevor Barton
Guest
Posts: n/a
 
      08-13-2003, 07:30 AM
On Tue, 12 Aug 2003 13:23:57 -0300, Marcellus Pereira wrote:
> On 12 Aug 2003 11:17:39 GMT, Trevor Barton <> wrote:
>
>>On Mon, 11 Aug 2003 13:26:53 -0300, Marcellus Pereira wrote:
>>
>>If you know what "plethysmografic" means, let alone being able to spell
>>it, you ought to be able to knock up any code you like in a matter
>>of minutes! I can't even say it ;-P

>
> Well, sorry. The correct is 'plethysmographic'... my english isn't so
> good. =-)


Hey, it wan't a criticism! It's a new word I've added to my vocabulary.
I dunno when I'll ever be able to slip it into polite conversation,
however. Perhaps it's relevant to some of the organ enlargment spams
I keep getting? "New, plethysmographically proven, 3 inches in just
two weeks!!"

Plethysmograph Pleth"ys*mo*graph, n. Gr. ? an enlargement +
-graph. (Physiol.)
An instrument for determining and registering the variations
in the size or volume of a limb, as the arm or leg, and hence
the variations in the amount of blood in the limb. --
Pleth`ys*mo*graph"ic, a.

Trev

--
Trevor Barton
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OT: getting on a wifi hotspot in a library RnR Dell 14 07-10-2007 04:08 PM


All times are GMT. The time now is 05:38 PM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44