summaryrefslogtreecommitdiff
path: root/glcdgraphics/bitmap.h
AgeCommit message (Collapse)Author
2011-06-20opacity support for non-monochrome imagesmrwastl
2011-06-19rename SetSupportAlpha()/IsSupportAlpha() to ↵mrwastl
SetProcessAlpha()/IsProcessAlpha() to better reflect it's purpose; add / enhance some comments (alpha channel support)
2011-06-17add support for alpha channelmrwastl
2011-05-29cleanup: remove old eColor-based code-lines; make linker happy if ↵mrwastl
--as-needed is used when compiling
2011-05-24support for transparency (images and text); text and images are transparent ↵mrwastl
per default; bug fix: crash when allocing bitmap object with width=0
2011-05-16oops, changes in cColor forgot in previous commit: minor clean up in class ↵mrwastl
cColor, class member cColor::color is no longer public
2011-05-01initial upload to branch 'touchcol'. see file 'HISTORY' for changesmrwastl
2010-02-21initial git upload, based on graphlcd-base-0.1.5andreas 'randy' weinberger