summaryrefslogtreecommitdiff
path: root/glcddrivers
AgeCommit message (Collapse)Author
2013-05-20made vncserver driver optional (default is unchanged, on) in Make.configLucian Muresan
2013-05-19support for new generic touchscreen events provided by serdisplib; renamed ↵mrwastl
class cSimpleTouchEvent to cTouchEvent
2013-04-19added new driver 'vncserver' (contrib. by Michael Heyer); ax206dpf: type ↵mrwastl
change of an array to make new GCC versions happy
2013-02-22more consistent usage of debug code (define HAVE_DEBUG)Lucian Muresan
2013-01-07experimental support added for picoLCD 256x64 (contributed by Jochen Koch)mrwastl
2012-11-16noritake800: bugfixed PPDEV mode, fixed crash also in Direct I/O mode by ↵Lucian Muresan
better claiming / releasing port
2012-11-16cParallelPort: safer Claim/Release, in both Direct I/O and PPDEV modeLucian Muresan
2012-07-13gu256x64-372 driver: fixed erraneous signalling with caused a not working ↵mrwastl
display when wiring was set to 'Windows'
2012-06-24support direct IO only where applicablemrwastl
2012-06-09graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang ↵mrwastl
make' to do so.
2012-06-08corrected some typos / bugs found via clang warning messages ; improved trim()mrwastl
2012-03-06more flexible including of serdisplib in dlopen()mrwastl
2011-11-09added support for serdisp_defaultdevice() introduced in serdisp v2.00mrwastl
2011-10-24cImageFile: scaling support for non-ImageMagick files (-> pbm, glcd); ↵mrwastl
serdisp.[ch]: paranoia checks (SetBrightness()!), encapsulation of touch events; cImageCache: syslog message after successful loading of an image; cSkinObject: beauty fix
2011-10-21framebuffer: now with colour support (depths 8, 16, 24, 32), damage ↵mrwastl
reporting, selectable framebuffer device
2011-10-13bug fix for bit order in SetPixel(): verified: image, not verified yet: ↵mrwastl
hd61830, ks0108, network, sed1330, sed1520; beauty fix in object.c (compiler warning)
2011-10-13t6963c: bug fixmrwastl
2011-09-23patches for thread-safeness of AX206DPF driver (contrib by superelchi)mrwastl
2011-09-16added methods to cDriver: ConfigName() and DriverName(); graphlcd.conf: ↵mrwastl
forbid ':' in section names, added check to config.c to enforce this
2011-09-16move config/oldConfig + it's initialisation to base class cDriver; ↵mrwastl
libglcddrivers.so no longer link-dependent on libglcdgraphics.so
2011-09-07serdisp: safety-check for DeInit()mrwastl
2011-08-23enhancements for AX206dpf support (contr. by Lutz Neumann)mrwastl
2011-08-11beauty fix: add inner graphlcd-base dependencies (link lglcdgraphics to ↵mrwastl
libglcddrivers.so and libglcdskin.so) (thanks to Gerald)
2011-08-10added support for AX206dpf-based picture frames (contributed by Lutz Neumann)mrwastl
2011-07-30skin definitions: added simple support for including files; increased ↵mrwastl
graphlcd-base version to 0.3.0 and version of included libraries to 2.1.0; bug fix: don't syslog a detection of an invalid number when evaluating in cSkinFunction (just return that this is obviously not a valid function)
2011-06-29added driver futabaMDM166A; ported mem leak fixes to image.c (from 0.1.x); ↵mrwastl
ported fixes to noritake800 (from 0.1.x); fixed some grammar mistakes
2011-06-25adapt all drivers to support SetPixel() with 32bit colours; Set8Pixels() is ↵mrwastl
no longer virtual (generic implementation in base class)
2011-05-29bug-fixes: wrong handling of {Default}(Fore|Back)groundColor fixedmrwastl
2011-05-29add fgcol/bgcol class members to base class cDriver, add distinction between ↵mrwastl
default fg/bg colours from driver and fg/bg colours from class; adapt serdisp-driver to these changes
2011-05-28added generic Set8Pixels() to base class cDriver; serdisp-driver: class ↵mrwastl
members fg/bg_colours now uint32_t, better adaption to new cColor-scheme, use Set8Pixels() from base class
2011-05-28updated simlcd-driver (diff contributed by user 'Keine_Ahnung')mrwastl
2011-05-09remove code which has not been removed when limiting support to serdisplib ↵mrwastl
>= 1.95
2011-05-01initial upload to branch 'touchcol'. see file 'HISTORY' for changesmrwastl
2010-04-23added additional wiring for GU256x64-372 drivercolorandreas 'randy' weinberger
(thanks to mentox, http://www.vdr-portal.de/board/thread.php?postid=895721#post895721) http://projects.vdr-developer.org/issues/show/319
2010-02-28added Futaba DM140 supportandreas 'randy' weinberger
2010-02-28added support for Futaba DM140 vfd (graphlcd-base-0.1.5_gcc43-compat.diff)andreas 'randy' weinberger
2010-02-28added gcc43-compat patch (include cstring.h/csdtlib.h)andreas 'randy' weinberger
2010-02-28added LDFLAGS in Makefiles for better combatandreas 'randy' weinberger
2010-02-25added support for option BRIGHTNESS (for graphlcd-dimming support); added ↵mrwastl
correct intialisation for self-emitting displays (eg. OLEDs); added missing check for ancient serdisplib-version
2010-02-21initial git upload, based on graphlcd-base-0.1.5andreas 'randy' weinberger