Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-03 | Add variable baud rate for serial speed optimization | Manuel Reimer | |
2018-02-03 | Add usbserlcd driver | Manuel Reimer | |
2016-10-20 | Merge branch 'master' into touchcol | Andreas Regel | |
# Conflicts: # HISTORY # Makefile # glcddrivers/Makefile # glcddrivers/drivers.c # glcddrivers/drivers.h # glcddrivers/futabaMDM166A.c # glcddrivers/futabaMDM166A.h # glcddrivers/image.c # glcddrivers/noritake800.c # glcddrivers/noritake800.h # glcdgraphics/Makefile # glcdgraphics/bitmap.c # glcdgraphics/bitmap.h # glcdgraphics/font.c # glcdgraphics/font.h # glcdskin/config.h # glcdskin/display.c # glcdskin/display.h # glcdskin/object.c # glcdskin/object.h # glcdskin/parser.c # graphlcd.conf # tools/convpic/Makefile # tools/crtfont/Makefile # tools/genfont/Makefile # tools/lcdtestpattern/Makefile # tools/showpic/Makefile # tools/showpic/showpic.c # tools/showtext/Makefile | |||
2016-04-01 | ili9341: Use the PWM for the backlight brightness. | Andreas Regel | |
2016-04-01 | ili9341: Shorten the reset time. | Andreas Regel | |
2016-04-01 | ili9341: Use Broadcom GPIO numbers. | Andreas Regel | |
2016-04-01 | ili9431: Rotate display by 90 degrees. | Andreas Regel | |
2016-04-01 | Add driver for ILI9341 TFT display. | Andreas Regel | |
2016-04-01 | Add driver for SSD1306 OLED display on raspberry pi | Andreas Regel | |
2016-03-31 | Remove dependency target, instead generate dependencies during compliling. | Andreas Regel | |
2013-05-20 | remove unused private fields (to make clang happy) | mrwastl | |
2013-05-20 | improved consistency of driver switches in Make.config (all driver switches ↵ | mrwastl | |
now start with HAVE_DRIVER_) | |||
2013-05-20 | made vncserver driver optional (default is unchanged, on) in Make.config | Lucian Muresan | |
2013-05-19 | support for new generic touchscreen events provided by serdisplib; renamed ↵ | mrwastl | |
class cSimpleTouchEvent to cTouchEvent | |||
2013-04-19 | added new driver 'vncserver' (contrib. by Michael Heyer); ax206dpf: type ↵ | mrwastl | |
change of an array to make new GCC versions happy | |||
2013-02-22 | more consistent usage of debug code (define HAVE_DEBUG) | Lucian Muresan | |
2013-01-07 | experimental support added for picoLCD 256x64 (contributed by Jochen Koch) | mrwastl | |
2012-11-16 | noritake800: bugfixed PPDEV mode, fixed crash also in Direct I/O mode by ↵ | Lucian Muresan | |
better claiming / releasing port | |||
2012-11-16 | cParallelPort: safer Claim/Release, in both Direct I/O and PPDEV mode | Lucian Muresan | |
2012-07-13 | gu256x64-372 driver: fixed erraneous signalling with caused a not working ↵ | mrwastl | |
display when wiring was set to 'Windows' | |||
2012-06-24 | support direct IO only where applicable | mrwastl | |
2012-06-09 | graphlcd-base can now be compiled by clang, too. simply write 'CXX=clang ↵ | mrwastl | |
make' to do so. | |||
2012-06-08 | corrected some typos / bugs found via clang warning messages ; improved trim() | mrwastl | |
2012-03-06 | more flexible including of serdisplib in dlopen() | mrwastl | |
2011-11-09 | added support for serdisp_defaultdevice() introduced in serdisp v2.00 | mrwastl | |
2011-10-24 | cImageFile: 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-21 | framebuffer: now with colour support (depths 8, 16, 24, 32), damage ↵ | mrwastl | |
reporting, selectable framebuffer device | |||
2011-10-13 | bug 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-13 | t6963c: bug fix | mrwastl | |
2011-09-23 | patches for thread-safeness of AX206DPF driver (contrib by superelchi) | mrwastl | |
2011-09-16 | added methods to cDriver: ConfigName() and DriverName(); graphlcd.conf: ↵ | mrwastl | |
forbid ':' in section names, added check to config.c to enforce this | |||
2011-09-16 | move config/oldConfig + it's initialisation to base class cDriver; ↵ | mrwastl | |
libglcddrivers.so no longer link-dependent on libglcdgraphics.so | |||
2011-09-07 | serdisp: safety-check for DeInit() | mrwastl | |
2011-08-23 | enhancements for AX206dpf support (contr. by Lutz Neumann) | mrwastl | |
2011-08-11 | beauty fix: add inner graphlcd-base dependencies (link lglcdgraphics to ↵ | mrwastl | |
libglcddrivers.so and libglcdskin.so) (thanks to Gerald) | |||
2011-08-10 | added support for AX206dpf-based picture frames (contributed by Lutz Neumann) | mrwastl | |
2011-07-30 | skin 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-29 | added 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-25 | adapt all drivers to support SetPixel() with 32bit colours; Set8Pixels() is ↵ | mrwastl | |
no longer virtual (generic implementation in base class) | |||
2011-05-29 | bug-fixes: wrong handling of {Default}(Fore|Back)groundColor fixed | mrwastl | |
2011-05-29 | add 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-28 | added 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-28 | updated simlcd-driver (diff contributed by user 'Keine_Ahnung') | mrwastl | |
2011-05-09 | remove code which has not been removed when limiting support to serdisplib ↵ | mrwastl | |
>= 1.95 | |||
2011-05-01 | initial upload to branch 'touchcol'. see file 'HISTORY' for changes | mrwastl | |
2011-03-07 | memory cleanups | Zoolooc | |
2011-03-06 | glcddrivers/noritake800 timings fixes | Lucian Muresan | |
2011-03-06 | debug windows wiring | andreas 'randy' weinberger | |
see http://www.vdr-portal.de/board/thread.php?postid=943119#post943119 | |||
2011-01-26 | removed unneeded LDFLAGS | andreas 'randy' weinberger | |
see http://projects.vdr-developer.org/issues/530 | |||
2010-09-25 | added futuba MDM166A driver from andreas brachold | andreas 'randy' weinberger | |
http://projects.vdr-developer.org/issues/351 |