Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« on: May 07, 2010, 07:30:59 pm » |
Hello. I have made a library for RGB GLCD's based on the LDS183 controller. This is the display that is used on the RGB LCD Shield by NKC Electronics. You can download the library from my website: http://www.henningkarlsen.com/electronics/a_l_rgb_glcd.phpPlease bear in mind that this is my first go at making a library for the Arduino, so it might not be as good as it can be. Any feedback would be appreciated. Regards Henning
|
|
|
|
|
Logged
|
|
|
|
|
Seattle, WA USA
Offline
Brattain Member
Karma: 316
Posts: 35566
Seattle, WA USA
|
 |
« Reply #1 on: May 07, 2010, 09:08:20 pm » |
How about a link to the display that the library is for. I'm lazy.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #3 on: May 11, 2010, 05:18:25 am » |
Hi Great library works well with the RGB LCD shield
|
|
|
|
|
Logged
|
|
|
|
|
Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« Reply #4 on: May 12, 2010, 03:55:32 pm » |
Just a quick update: v1.2 is now released with two new functions.
/Henning
|
|
|
|
|
Logged
|
|
|
|
|
Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« Reply #5 on: May 13, 2010, 07:59:34 am » |
Another quick update: v1.3 is released with support for Arduino Mega.
/Henning
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 1
Arduino rocks
|
 |
« Reply #6 on: August 20, 2010, 04:12:55 am » |
Nice library,i wanted to ask,is there any pre-function to read pixel,whether on o not?and any pre-function to fill an area and not only the circle or rettangle but an area... :-[
|
|
|
|
|
Logged
|
|
|
|
|
Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« Reply #7 on: August 20, 2010, 06:44:31 am » |
Hi Dobe
As far as I know there is way to read the state of a pixel.
The only way I can think of to make a flood-fill function is to keep a "screen-buffer" in memory, but as the buffer alone would require 32KB of ram this is not an option.
/Henning
|
|
|
|
|
Logged
|
|
|
|
|
Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« Reply #8 on: October 14, 2010, 03:10:36 pm » |
RGB_GLCD v1.4 is released. - Added drawBitmap() with its associated tool
/Henning
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 4
Arduino rocks
|
 |
« Reply #9 on: November 17, 2010, 10:29:05 pm » |
Does this make use of all the analog pins? I'd like to use this for a project, but I need to make use of at least 2 analog pins and all of the other GLDs use 5 of the 6 available.
|
|
|
|
|
Logged
|
|
|
|
|
Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« Reply #10 on: November 18, 2010, 02:36:42 am » |
@scoobydrvr The shield uses Digital 2-6, so all the analog pins are free for you to use  /Henning
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 4
Arduino rocks
|
 |
« Reply #11 on: November 18, 2010, 11:27:06 am » |
That's great! Less pins than any of the others I've seen; I'm getting one!
|
|
|
|
|
Logged
|
|
|
|
|
Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« Reply #12 on: November 24, 2010, 07:34:37 am » |
RGB_GLCD v1.5 is released. - Added support for the Arduino Mega 2560
- Added function to rotate bitmaps
/Henning
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 1
Arduino rocks
|
 |
« Reply #13 on: January 10, 2011, 05:05:07 pm » |
I just got mine working. (The fine soldering work was almost too much for me.) Yay!
I'd like to download your library, but don't have an RAR extractor. Can you publish a ZIP as well?
Also, do you have plans to implement a Netduino library for this shield too?
Thanks!
Jim
|
|
|
|
|
Logged
|
|
|
|
|
Oslo, Norway
Offline
Full Member
Karma: 5
Posts: 104
|
 |
« Reply #14 on: January 10, 2011, 05:12:45 pm » |
Rar usually get better compression, but if you PM me with your email-address or send me a message through my contact-form, I will email a zip-file to you. I havent got a Netduino, so dont hold your breath. Maybe you would like to donate one...  /Henning
|
|
|
|
|
Logged
|
|
|
|
|
|