mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-24 01:55:21 +02:00
index.html: moved author's name; file format of images we can load was incorrect
- index.html: don't boastfully start the page with my name. The footer will do well enough. - index.html: the image format we can load is PPM (pixmap), not PNM (anymap)
This commit is contained in:
parent
f1efa9ed59
commit
88e09d003b
@ -6,7 +6,7 @@ UBB-VGA
|
|||||||
|
|
||||||
<H1>UBB-VGA</H1>
|
<H1>UBB-VGA</H1>
|
||||||
|
|
||||||
This is an effort led by Werner Almesberger to use the
|
This is an effort to use the
|
||||||
<A href="http://en.qi-hardware.com/wiki/UBB">UBB</A>
|
<A href="http://en.qi-hardware.com/wiki/UBB">UBB</A>
|
||||||
(Universal Breakout Board), a few resistors, and a VGA cable to create a
|
(Universal Breakout Board), a few resistors, and a VGA cable to create a
|
||||||
workable VGA signal on the
|
workable VGA signal on the
|
||||||
@ -58,7 +58,7 @@ from a MMC device when starting a block write.
|
|||||||
The driver currently runs in user space (with a lot of dirty tricks) and
|
The driver currently runs in user space (with a lot of dirty tricks) and
|
||||||
blocks all other system activity while running.
|
blocks all other system activity while running.
|
||||||
It can display the test image shown above, the content of the LCD display,
|
It can display the test image shown above, the content of the LCD display,
|
||||||
or a PNM image.
|
or a PPM image.
|
||||||
The source code can be found
|
The source code can be found
|
||||||
<A href="http://projects.qi-hardware.com/index.php/p/ben-blinkenlights/source/tree/master/ubb-vga">here</A>.
|
<A href="http://projects.qi-hardware.com/index.php/p/ben-blinkenlights/source/tree/master/ubb-vga">here</A>.
|
||||||
|
|
||||||
@ -72,5 +72,9 @@ qi-hardware mailing list</A> and on the
|
|||||||
channel</A> on
|
channel</A> on
|
||||||
<A href="http://freenode.net/">freenode</A>.
|
<A href="http://freenode.net/">freenode</A>.
|
||||||
|
|
||||||
|
<P>
|
||||||
|
<HR>
|
||||||
|
Last update: 2011-05-07 <I>Werner Almesberger</I>
|
||||||
|
<HR>
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
Loading…
Reference in New Issue
Block a user