aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_options.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2019-05-08 09:25:35 +1000
committerinmarket <andrewh@inmarket.com.au>2019-05-08 09:25:35 +1000
commit0586fd276d81ae7cd95ff50f92b1536c947ddf67 (patch)
tree909a91960d794ecb094bd2f4e7a77b9beadcb620 /src/gdisp/gdisp_options.h
parent127a7cd2a2d6145b808b1960f602cc26cafcb1dd (diff)
downloaduGFX-0586fd276d81ae7cd95ff50f92b1536c947ddf67.tar.gz
uGFX-0586fd276d81ae7cd95ff50f92b1536c947ddf67.tar.bz2
uGFX-0586fd276d81ae7cd95ff50f92b1536c947ddf67.zip
Fix to gImage BMP handling where the system pixel size is less than a byte
Diffstat (limited to 'src/gdisp/gdisp_options.h')
-rw-r--r--src/gdisp/gdisp_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdisp/gdisp_options.h b/src/gdisp/gdisp_options.h
index 18948945..a3037967 100644
--- a/src/gdisp/gdisp_options.h
+++ b/src/gdisp/gdisp_options.h
@@ -389,8 +389,8 @@
#define GDISP_NEED_IMAGE_BMP_32 GFXON
#endif
/**
- * @brief The BMP blit buffer size.
- * @details Defaults to 32
+ * @brief The BMP blit buffer size in pixels.
+ * @details Defaults to 32 pixels
* @note Bigger is faster but requires more RAM.
* @note This must be greater than 40 bytes and 32 pixels as we read our headers into this space as well.
*/