wiki/pages/_ja-JP/hiyacfw/custom-splash-screens.md
2021-06-05 14:36:33 -05:00

1.6 KiB
Raw Blame History

lang layout section title category description
ja-JP wiki hiyacfw カスタムスプラッシュ画面 other hiyaCFWとカスタムスプラッシュ画面を使う方法

hiyaCFWを使用すると、.bmpまたは.gif形式のカスタムスプラッシュ画面を使用できます。 sd:/hiyaフォルダに入れる必要があり、上部画面では splashtop、下部画面ではsplashbottomという名前を付け、適切なファイル拡張子を付けます。そして、設定でスプラッシュ画面が有効になっていることを確認します。 画像は同じフォーマットである必要がありませんので、1つはBMPであり、他はGIFでも構いません。GIFの方がBMPよりも優先されます。 以下には画像を動作させるための要件の詳細があります:

BMP

  • 16ビットRGBA 1555、RGB 1555またはRGR565
  • 256×192以下

GIF

  • 簡単な答えほとんどの256×192以下のGIFは動作します
  • They can be animated, but should stay under 1 MiB for ideal performance and must be under around 10 MiB between the two absolute maximum
  • If both loop infinitely then they will be shown for 3 seconds, otherwise they will be shown until both are complete
  • If a frame has the user input flag set it will wait until the delay runs out or any button is pressed, whichever comes first
  • Interlaced and plain text frames are not supported
  • Local color tables are supported, but will replace the whole palette, including residual image from previous frames, so images using them will likely have palette problems