mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
debug output leftover removed
This commit is contained in:
1
einkfb.c
1
einkfb.c
@@ -130,7 +130,6 @@ static int blitFullToFrameBuffer(lua_State *L) {
|
||||
uint32_t *bbptr = (uint32_t*)bb->data;
|
||||
|
||||
int c = fb->vinfo.xres * fb->vinfo.yres / 2;
|
||||
fprintf(stderr, "c=%d, fbptr=%x\n", c, fbptr);
|
||||
|
||||
while(c--) {
|
||||
*fbptr = (((*bbptr & 0x00F00000) >> 20) | (*bbptr & 0x000000F0)) ^ 0xFF;
|
||||
|
||||
Reference in New Issue
Block a user