# fbv **Repository Path**: databuser/fbv ## Basic Information - **Project Name**: fbv - **Description**: FrameBuffer Viewer for displaying gif, png jpeg and bmp directly to frame buffer - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README fbv 1.1 - Very simple framebuffer displayer very useful for embedded splash screens Modified the fbv-1.0.b source to fix the following: - gifs will display all frames - using giflib and not libungif - re-organize memory allocs and frees to be consistent - frame buffer display redraws background for alpha (useful for gifs) - add debug configuration option - changes to support better cross-compiling - fix formating to use hard tabs everywhere