An open API service indexing awesome lists of open source software.

https://github.com/sukso96100/samsung-logo

Creates a Samsung logo from image saved as .h
https://github.com/sukso96100/samsung-logo

Last synced: 4 months ago
JSON representation

Creates a Samsung logo from image saved as .h

Awesome Lists containing this project

README

        

Instructions:

Create a boot image in gimp (480x800 24bit RGB color) and save as "C source code header".
Edit makebootlogo.cpp to include the path to the newly created "C source code header" file.

Run the createLogos.sh script:
./createLogos.sh

Copy the file into the Kernel's source path:
cp logo_rgb24_wvga_portrait_custom.h ../Kernel/drivers/video/samsung/logo_rgb24_wvga_portrait.h

Compile your kernel as usual.

Look to the dual-binaries branch if you plan on replacing the charge image.