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
- Host: GitHub
- URL: https://github.com/sukso96100/samsung-logo
- Owner: sukso96100
- Archived: true
- Fork: true (morfic/Samsung-logo)
- Created: 2012-07-16T10:40:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-25T02:04:59.000Z (almost 14 years ago)
- Last Synced: 2024-10-02T09:27:42.870Z (8 months ago)
- Language: C
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.shCopy the file into the Kernel's source path:
cp logo_rgb24_wvga_portrait_custom.h ../Kernel/drivers/video/samsung/logo_rgb24_wvga_portrait.hCompile your kernel as usual.
Look to the dual-binaries branch if you plan on replacing the charge image.