driver/framebuffer.cpp: fix COL_BACKGROUND

Origin commit data
------------------
Branch: ni/coolstream
Commit: b07f61a1cf
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-12 (Fri, 12 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-09-12 10:05:30 +04:00
parent 78ba050bc5
commit acb8725806

View File

@@ -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();