Where to get BMP files for OLED Proffieboard

I recently received my 2nd custom saber build courtesy from Jeremy [Solo Sabers]. I was looking at the SD card and examine contents within the folders and saw bmp file. Noticed that they were for the OLED display on my chassis. 2 questions to ask, 1). Where could I go to view and get bmp file for the OLED display on my chassis, 2). Can I get some suggestions to ensure I applied the required files, etc to ensure it displays. Thank you.

Your’e welcome to poke around in this folder:

As far as using them, the files just work the same as audio files as far as being read from font folders.

If you really want to go down the rabbit hole:

or:

There’s also a modied CFX version on my website that you’re free to download here: :slight_smile:

https://sabersense.square.site/downloads-freebies

1 Like

What is the size limit of BMP’s that Proffie can read.

Thanks

Since ProffieOS only reads one frame at a time into memory, there is no limit.

Well, if you want to get technical, a bmp cannot be taller than 65536 bytes, so if you put all the images in one bmp, you can’t have more than 1024 of them.

If you instead concatenate the files, then the limit is 2gb, which would put the limit around 40 million frames or so…

1 Like

128 x 56608 did not load, however I cut it in half to 128 x 28288 and it is playing and looks awesome. Will Proffie read idle_01 and idle_02?

If you mean idle01.bmp and idle02.bmp, then yes.
It will pick one randomly, just like it does with sounds.

1 Like