summaryrefslogtreecommitdiff
path: root/glcddrivers
AgeCommit message (Collapse)Author
2018-03-18st7565r-reel: Prevent possible segfaultManuel Reimer
2018-03-18st7565r-reel: Add cSerialPortManuel Reimer
2018-03-18st7565r-reel: Narrowing conversion warnings fixedManuel Reimer
2018-03-18st7565r-reel: Indentation fixedManuel Reimer
2018-03-18Narrowing conversion error fixedManuel Reimer
2018-03-18Add st7565r-reel driverReelfan
2018-03-02usbserlcd: Add link to project homepageManuel Reimer
2018-03-02usbserlcd: Use a conversion operator to get string from bufferManuel Reimer
2018-02-24usbserlcd: Move glcd_pkgtype struct from .h to .cManuel Reimer
2018-02-24usbserlcd: Move serial stream creation to buffer classManuel Reimer
2018-02-04Wait for the first reboot to not get garbled screen outputManuel Reimer
2018-02-03Add variable baud rate for serial speed optimizationManuel Reimer
2018-02-03Add usbserlcd driverManuel Reimer
2016-10-20Merge branch 'master' into touchcolAndreas 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-01ili9341: Use the PWM for the backlight brightness.Andreas Regel
2016-04-01ili9341: Shorten the reset time.Andreas Regel
2016-04-01ili9341: Use Broadcom GPIO numbers.Andreas Regel
2016-04-01ili9431: Rotate display by 90 degrees.Andreas Regel
2016-04-01Add driver for ILI9341 TFT display.Andreas Regel
2016-04-01Add driver for SSD1306 OLED display on raspberry piAndreas Regel
2016-03-31Remove dependency target, instead generate dependencies during compliling.Andreas Regel
2013-05-20remove unused private fields (to make clang happy)mrwastl
2013-05-20improved consistency of driver switches in Make.config (all driver switches ↵mrwastl
now start with HAVE_DRIVER_)
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)