Author: wmb Date: 2009-12-10 03:58:14 +0100 (Thu, 10 Dec 2009) New Revision: 1564
Modified: dev/olpc/viacamera/camera.fth Log: Via camera selftest - remove autobright from selftest; it causes problems in the factory.
Modified: dev/olpc/viacamera/camera.fth =================================================================== --- dev/olpc/viacamera/camera.fth 2009-12-10 02:08:52 UTC (rev 1563) +++ dev/olpc/viacamera/camera.fth 2009-12-10 02:58:14 UTC (rev 1564) @@ -476,7 +476,7 @@ : display-frame ( adr -- ) VGA_WIDTH 2* ( src-adr src-pitch ) 0 0 d# 280 d# 210 VGA_WIDTH VGA_HEIGHT " copy16>32" $call-parent - diagnostic-mode? if full-brightness else autobright then + autobright ;
: timeout-read ( adr len timeout -- actual )