ubicom-framebuf-devel Mailing List for Frame Buffers For Ubicom Processors
Status: Pre-Alpha
Brought to you by:
davejh
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Dave H. <da...@cy...> - 2002-07-29 23:28:23
|
Hi, I've just posted a v0.1.2 snapshot of the code. This adds a number of bug fixes and support for 1 bit per pixel frame buffers. A full changelog is available on the file download page. Regards, Dave |
From: Dave H. <da...@cy...> - 2002-07-20 09:25:11
|
Hi Carsten, Carsten Holck wrote: > Hi Dave, > ........> > Thanks for the prompt reply, I'll wait to see the fixes/patches for now... The bug fix for ip2k-gcc are now available from the Ubicom support portal in the file downloads are. The revised 4.1.2B compiler should hopefully resolve any problems. > I have come across some displays from LC-tec in Sweden, Large diaplays that > use very little power - almost zero when not writing to them. > I have not had my fingers on them, but they seems interisting, and they > interface vis a serial IF so that should be reasonably simple to use. > www.le-tec.se have more info. Hmm - the web address doesn't appear to work for me... hmm... www.lc-tec.se seems to be it... these displays look pretty nice :-) Regards, Dave |
From: Carsten H. <ch...@ma...> - 2002-07-19 10:56:20
|
Hi Dave, ........> Thanks for the prompt reply, I'll wait to see the fixes/patches for now... ( I have only one dev system at hand, so I better get back to my "serious" project...) > The LCD stuff should be quite a lot of fun - I've worked with some > T6963-based LCDs before now (on 8051s) and think it would be rather nice > to be able to use such displays on IP2k apps. Supporting > controller-less displays would be even cooler, but one thing at a time :-) I have come across some displays from LC-tec in Sweden, Large diaplays that use very little power - almost zero when not writing to them. I have not had my fingers on them, but they seems interisting, and they interface vis a serial IF so that should be reasonably simple to use. www.le-tec.se have more info. keep up the good work. regards /Carsten |
From: Dave H. <da...@cy...> - 2002-07-19 10:20:45
|
Hi Carsten, Carsten Holck wrote: > > I hvae just tried to run the 1.1 version, and it compiles and run OK > however I get a strange background, striped and multicolored (see attached > screenshot) and the text output appears not in a regular ordered maner ;-) > the screen reset (1) works ok, and painting with the mouse also OK, the > lastest clients draw white and older clients with black ( tested with up to > 4) Hmm - ah damn - I've just realized what the problem is. While I was writing this I discovered a compiler bug which I fixed a couple of days ago. I thought I'd worked around the bug in this code but I've just realized that I didn't :-( The client colours are correct - just not very good :-) I've been meaning to add keyboard support to change the colours but I tend to only have two systems attached at any time. > Any ideas ? I need to change things to use less SRAM anyway - I'll do this and this will solve the problem. FWIW there will be a 4.0 and 4.1.2B patch for the compiler issued in the next day or so too. > and thanks for the great job - It is a very interesting project especially > if interface to local LCD's are implemented. The LCD stuff should be quite a lot of fun - I've worked with some T6963-based LCDs before now (on 8051s) and think it would be rather nice to be able to use such displays on IP2k apps. Supporting controller-less displays would be even cooler, but one thing at a time :-) Regards, Dave |
From: Carsten H. <ch...@ma...> - 2002-07-19 10:08:16
|
Ooops, Triggerfinger strikes again -- Carsten Holck, Malling Support ApS, Vesterbygade 14, DK-9520 Skørping - Tel.: +45 98339688 ++++++++ Latest edition: "Titanic - now as bridge" ------------ |
From: Carsten H. <ch...@ma...> - 2002-07-19 10:04:40
|
Hi Dave (et. al.) I hvae just tried to run the 1.1 version, and it compiles and run OK however I get a strange background, striped and multicolored (see attached screenshot) and the text output appears not in a regular ordered maner ;-) the screen reset (1) works ok, and painting with the mouse also OK, the lastest clients draw white and older clients with black ( tested with up to 4) Any ideas ? and thanks for the great job - It is a very interesting project especially if interface to local LCD's are implemented. Best regards /Carsten -- Carsten Holck, Malling Support ApS, Vesterbygade 14, DK-9520 Skørping - Tel.: +45 98339688 ++++++++ Latest edition: "Titanic - now as bridge" ------------ |
From: Dave H. <da...@cy...> - 2002-07-18 22:36:24
|
Hi, v0.1.1 of the ubicom-framebuf project is now available for download. This release contains a few more interesting features and much better structuring than its predecessor: * Renamed various functions away from VNC to RFB because the protocol is strictly the RFB protocol. * Added basic proportional font rendering mechanism. Added simple font for standard ASCII characters 0x20 through 0x7f. Added example of font use to the server demo. * Cleaned up the arguments passed to various functions. * Added some keyboard mapping information. * Started to introduce callback functions that will ultimately allow application controlled responses to RFB protocol events. Regards, Dave |