aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Linux-Framebuffer/board_framebuffer.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2016-02-10 23:30:24 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2016-02-10 23:30:24 +0100
commit23e04c480322709648533e6f79658805b1d43a97 (patch)
treeff472a168450fbebeb46a316c04b112e6bcf84c0 /boards/base/Linux-Framebuffer/board_framebuffer.h
parentf28e9d9eef51776b7ed9dfe573d39776c7336049 (diff)
parent507fb2d57e2d76d4a268e664efd3c59431132061 (diff)
downloaduGFX-23e04c480322709648533e6f79658805b1d43a97.tar.gz
uGFX-23e04c480322709648533e6f79658805b1d43a97.tar.bz2
uGFX-23e04c480322709648533e6f79658805b1d43a97.zip
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
Diffstat (limited to 'boards/base/Linux-Framebuffer/board_framebuffer.h')
-rw-r--r--boards/base/Linux-Framebuffer/board_framebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/Linux-Framebuffer/board_framebuffer.h b/boards/base/Linux-Framebuffer/board_framebuffer.h
index e1836527..9b760e08 100644
--- a/boards/base/Linux-Framebuffer/board_framebuffer.h
+++ b/boards/base/Linux-Framebuffer/board_framebuffer.h
@@ -123,7 +123,7 @@
}
if (fb_var.red.offset != LLDCOLOR_SHIFT_R || fb_var.green.offset != LLDCOLOR_SHIFT_G || fb_var.blue.offset != LLDCOLOR_SHIFT_B) {
#if LLDCOLOR_SHIFT_B == 0
- fprintf(stderr, "GDISP Framebuffer: THe display pixel format is not RGB\n");
+ fprintf(stderr, "GDISP Framebuffer: The display pixel format is not RGB\n");
#else
fprintf(stderr, "GDISP Framebuffer: The display pixel format is not BGR\n");
#endif