This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] MSPM33C321A: How to play video 'bad apple' at LP-MSPM33C321A

Part Number: MSPM33C321A

Tool/software:

1. Background

If there is a display, then you can use it to play 'bad apple'

Now MSPM33 Launchpad has a 128*32 OLED on the board... 

2. Demo video:

3. Required hardware/software

Hardware

  • LP-MSPM33C321A

Software

Demo code:

3404.Demo_bad_apple_U8G2_LP_MSPM33C321A_nortos_ticlang.zip

4. How to create your own video on MSPM33 LP?

  • Step 1 - Use video player(KMPlayer, PotPlayer..) to capture the frame from video
    • Set correct size(64*32 for LP), set suitable capture time(10 frames every second)
  • Step 2 - Use Image2LCD to convert frame images to bin files
    • Single color, output bin files
    • Merge all bin files to one bin
  • Step 3 - Use bin2c to convert bin file to c group
  • Step 4 - put the h file into the project, update image_pointer and image_num

5. Reference