如何製作 initlogo.rle ?
1. 先準備一張與目標板上LCD解析度相符的圖,例如:480x800,格式為JPEG或PNG。
2. 確認Linux系統中有安裝imagemagick這個套件,因為需要用到'convert'這個指令來轉換圖片格式。沒有的話請用apt-get或yum安裝。
3. 假設圖片名稱為:initlogo.png。
$convert initlogo.png rgb:intlogo.rgb
4. 在Android source code的目錄下,可以找到'rgb2565'這隻程式(out/host/linux-x86/bin/rgb2565)。
$rgb2565 -rle < intlogo.rgb > initlogo.rle
5. 最後把 initlogo.rle 加到 ramdisk 裡面就好了。
沒有留言:
張貼留言