aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/fb.h
AgeCommit message (Collapse)Author
2011-02-05don't use devfs names: /dev/fb/0 -> /dev/fb0Andreas Oberritter
2009-06-03get physical address from framebuffer deviceFelix Domke
2008-03-25include user headers before kernel header to avoid a type conflict, which ↵Andreas Oberritter
resulted in a compilation error
2007-12-10add support for manual blitAndreas Monzner
2006-03-06add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)Andreas Monzner
use like this: from enigma import fbClass, fbClassPtr (*) fbClass.getInstance().lock() ... unlock() ... islocked()
2005-08-31 - fix when not enough framebuffer memory availableFelix Domke
2005-08-31 - disable console, remove ancient calls, add vsync and setoffset callsFelix Domke
2004-05-27yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,Felix Domke
lots of work required).
2003-10-17import of enigma2Felix Domke