From acb872580699b808cdf702761c83e0a84adf3d40 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 12 Sep 2014 10:05:30 +0400 Subject: [PATCH] driver/framebuffer.cpp: fix COL_BACKGROUND Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b07f61a1cf4643f56a1da5c75e7dc88f21ceb952 Author: [CST] Focus Date: 2014-09-12 (Fri, 12 Sep 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/framebuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/framebuffer.cpp b/src/driver/framebuffer.cpp index e01dbd85e..1046929c8 100644 --- a/src/driver/framebuffer.cpp +++ b/src/driver/framebuffer.cpp @@ -321,7 +321,7 @@ void CFrameBuffer::init(const char * const fbDevice) paletteSetColor(0xF, 0x00FFFF, tr); paletteSetColor(0x10, 0xFFFFFF, tr); paletteSetColor(0x11, 0x000000, tr); - paletteSetColor(COL_BACKGROUND, 0x000000, 0xffff); + paletteSetColor(COL_BACKGROUND, 0x000000, 0x0); paletteSet();