Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | Version 2.0.22.0.2 | Manuel Reimer | |
2021-01-07 | Fix compiler warnings in lcdtestpattern | Manuel Reimer | |
- "delay" is not needed and was never used - "endless" was never implemented and can easily be done with an endless loop on your shell | |||
2021-01-04 | Merge pull request #1 from ConiKost/musl | Manuel Reimer | |
glcdgraphics/font.c: fix compilation with musl | |||
2021-01-04 | glcdgraphics/font.c: fix compilation with musl | Conrad Kostecki | |
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> | |||
2021-01-04 | Version 2.0.12.0.1 | Manuel Reimer | |
2021-01-04 | Replace libvncserver-config with pkg-config. Thanks to Conrad Kostecki! | Manuel Reimer | |
2020-08-14 | Version 2.0.02.0.0 | Manuel Reimer | |
2020-08-14 | skin object: Reserve proper amount of memory for position data | Manuel Reimer | |
Fixes "output may be truncated" warning | |||
2020-08-14 | serdisp: Reserve proper amount of memory for port string buffer | Manuel Reimer | |
Fixes "output may be truncated" warning | |||
2020-08-14 | Fall back to system font directories if font file is missing | Manuel Reimer | |
2020-03-26 | Fix building on ARM | Manuel Reimer | |
2018-11-10 | Add version to Makefile1.0.2 | Manuel Reimer | |
2018-11-10 | Version 1.0.2 | Manuel Reimer | |
2018-11-10 | Throw error while linking, for undefined symbols | Manuel Reimer | |
2018-11-09 | Improved trim function | Manuel Reimer | |
2018-11-09 | Remove unused "sort" function from glcddrivers | Manuel Reimer | |
2018-05-10 | Fix building against freetype2 2.9.11.0.1 | Manuel Reimer | |
2018-04-08 | Version 1.0.01.0.0 | Manuel Reimer | |
2018-04-07 | Final Makefile fixes. Packaging should be much easier now | Manuel Reimer | |
2018-04-02 | Make packaging possible without editing Make.config | Manuel Reimer | |
2018-03-29 | st7565r-reel: Correct calculation of display array size | Manuel Reimer | |
2018-03-25 | st7565r-reel: Remove clock setting (should be done in external tool) | Manuel Reimer | |
2018-03-25 | st7565r-reel: Reduced memory usage of LCD buffer | Manuel Reimer | |
2018-03-18 | st7565r-reel: Add missing return | Manuel Reimer | |
2018-03-18 | st7565r-reel: Prevent possible segfault | Manuel Reimer | |
2018-03-18 | st7565r-reel: Add cSerialPort | Manuel Reimer | |
2018-03-18 | st7565r-reel: Narrowing conversion warnings fixed | Manuel Reimer | |
2018-03-18 | st7565r-reel: Indentation fixed | Manuel Reimer | |
2018-03-18 | Narrowing conversion error fixed | Manuel Reimer | |
2018-03-18 | Add st7565r-reel driver | Reelfan | |
2018-03-17 | Some documentation updates | Manuel Reimer | |
2018-03-02 | usbserlcd: Add link to project homepage | Manuel Reimer | |
2018-03-02 | Update .gitignore | Manuel Reimer | |
2018-03-02 | Fix warning "comparison between signed and unsigned" | Manuel Reimer | |
2018-03-02 | usbserlcd: Use a conversion operator to get string from buffer | Manuel Reimer | |
2018-02-24 | usbserlcd: Move glcd_pkgtype struct from .h to .c | Manuel Reimer | |
2018-02-24 | usbserlcd: Move serial stream creation to buffer class | Manuel Reimer | |
2018-02-04 | Wait for the first reboot to not get garbled screen output | Manuel Reimer | |
2018-02-03 | Add variable baud rate for serial speed optimization | Manuel Reimer | |
2018-02-03 | Add usbserlcd driver | Manuel Reimer | |
2016-11-19 | Add alphacool and sdcmegtron driver entries | Manuel Reimer | |
2016-10-29 | Fix segfault if skintest is used without "-s" parameter | Manuel Reimer | |
2016-10-29 | Pass tag name when requesting the scroll tag values | Manuel Reimer | |
2016-10-24 | Fix misleading indentation error | 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 | Add skintest tool. | Andreas Regel | |
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 | |