Very simple library for controlling small graphic LCDs

Dependents:   LCD

Revision:
2:183b861fba00
Parent:
1:9ae4e5352e19
--- a/bitmap.h	Thu Mar 03 00:35:24 2011 +0000
+++ b/bitmap.h	Thu Mar 03 00:48:53 2011 +0000
@@ -10,7 +10,6 @@
 struct sBitmapInfo {
     uint32_t rows;    /**< Number if rows in bitmap. */
     uint32_t cols;    /**< Number of colums in bitmap. */
-    uint32_t nColors; /**< BMP number of colors. */
     uint32_t offset;
     uint16_t bitsPP;
 };