summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/src/glyph_cycle.cxx')
-rw-r--r--NxWidgets/libnxwidgets/src/glyph_cycle.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/src/glyph_cycle.cxx b/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
index 5c98b8b90..d706adddb 100644
--- a/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
+++ b/NxWidgets/libnxwidgets/src/glyph_cycle.cxx
@@ -145,9 +145,9 @@ const struct SBitmap NXWidgets::g_cycle =
{
CONFIG_NXWIDGETS_BPP, // bpp - Bits per pixel
COLOR_FMT, // fmt - Color format
- 7, // width - Width in pixels
+ 8, // width - Width in pixels
10, // height - Height in rows
- (7*CONFIG_NXWIDGETS_BPP + 7) / 8, // stride - Width in bytes
+ (8*CONFIG_NXWIDGETS_BPP + 7) / 8, // stride - Width in bytes
g_cycleGlyph // data - Pointer to the beginning of pixel data
};