From 88e09d003b9b2666b6a08fea17d3cc44c8bacf7b Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 7 May 2011 13:51:46 -0300 Subject: [PATCH] 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) --- ubb-vga/web/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ubb-vga/web/index.html b/ubb-vga/web/index.html index 9cf41ea..aa98693 100644 --- a/ubb-vga/web/index.html +++ b/ubb-vga/web/index.html @@ -6,7 +6,7 @@ UBB-VGA

UBB-VGA

-This is an effort led by Werner Almesberger to use the +This is an effort to use the UBB (Universal Breakout Board), a few resistors, and a VGA cable to create a 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 blocks all other system activity while running. 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 here. @@ -72,5 +72,9 @@ qi-hardware mailing list and on the channel on freenode. +

+


+Last update: 2011-05-07  Werner Almesberger +