掌機 - Miyoo Mini - 解決PyGame.error: Blit combination not supported問題



參考資訊:
https://stackoverflow.com/questions/33850453/sdl2-blit-scaled-from-a-palettized-8bpp-surface-gives-error-blit-combination

問題如下:

pygame.error: Blit combination not supported

解法如下:

顏色轉換問題,SDL_SetVideoMode()和SDL_CreateRGBSurface()需要使用相同的顏色像素,否則需要手動使用SDL_ConvertSurface()做轉換