summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-18Add st7565r-reel driverReelfan
2018-03-17Some documentation updatesManuel Reimer
2018-03-02usbserlcd: Add link to project homepageManuel Reimer
2018-03-02Update .gitignoreManuel Reimer
2018-03-02Fix warning "comparison between signed and unsigned"Manuel 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-11-19Add alphacool and sdcmegtron driver entriesManuel Reimer
2016-10-29Fix segfault if skintest is used without "-s" parameterManuel Reimer
2016-10-29Pass tag name when requesting the scroll tag valuesManuel Reimer
2016-10-24Fix misleading indentation errorManuel 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-01Add skintest tool.Andreas Regel
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
2016-03-31Add .gitignore file to ignore shared libraries, object and dependency files.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-20Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base ↵mrwastl
into touchcol
2013-05-20FcResult should not be NULL in FcFontSort() or else assert-error might occurmrwastl
2013-05-20made vncserver driver optional (default is unchanged, on) in Make.configLucian Muresan
2013-05-20graphlcd.conf / noritake800: uses AdjustTiming and RefreshDisplayLucian 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-03-23Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base ↵mrwastl
into touchcol
2013-03-23convpic: improvement of help ouputmrwastl
2013-03-23showpic: improvement of help ouputmrwastl
2013-03-21glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to ↵mrwastl
image.c, added static methods for loading/saving image; showpic and convpic working again; convpic cleaned up; showpic: added parameters for scaling and centering image
2013-03-17Makefiles: rename PRESTRIP to HAVE_STRIP and unset it by defaultmrwastl
2013-03-17Merge branch 'touchcol' of ssh://projects.vdr-developer.org/graphlcd-base ↵mrwastl
into touchcol
2013-03-17showpic: fix rendering bugmrwastl
2013-02-22more consistent usage of debug code (define HAVE_DEBUG)Lucian Muresan
2013-02-22fixed build when compiling without FREETYPE2Lucian Muresan
2013-02-22stripping of binaries can easily be disasbled if necessaryLucian 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-09-23extformats.c: use scaleQuantumToDouble() to get colour values in range 0 to ↵mrwastl
255; avoid MaxRGB/QuantumRange at all
2012-09-22extformats.c: Image/GraphicsMagick: avoid usage of MaxRGB and QuantumRangemrwastl
2012-09-22Revert "extformats: replace deprecated MaxRGB through QuantumRange ↵mrwastl
(ImageMagick) and add a define for GraphicsMagick to accept QuantumRange" This reverts commit 47dbc367354f6d8c97b8b54c78fb489d2438c6a0.
2012-09-22extformats: replace deprecated MaxRGB through QuantumRange (ImageMagick) and ↵mrwastl
add a define for GraphicsMagick to accept QuantumRange