samsung-boot-logo
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Change the Samsung boot logo
g++ -o makelogo makelogo.cpp

./makelogo > bootlogo

cat start_logo.h > logo_rgb24_wvga_portrait.h
cat bootlogo >> logo_rgb24_wvga_portrait.h
cat end_logo.h >> logo_rgb24_wvga_portrait.h

cp logo_rgb24_wvga_portrait.h  kernel/drivers/video/samsung/


If you wish to use a custom logo:

Use GIMP to create a 480x800 24bit RGB image.
Save as "C source code feader (*.h)"
edit makelogo.cpp to include the new image.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。