Help to Load images in SSD1306 oled display with mongoose os

Hi all, I am starting with mongoose os and mJS, and I don’t know how load an image. I have seen the bmp_api.j (in mongoose os MIsc documentation), but I don’t understand it very well.

Reference link: https://mongoose-os.com/docs/mongoose-os/api/misc/bmp-loader.md

My goal is: I want to load an image (e.g. from bmp file, bmp hex array, ascii, etc.) in a SSD1306 oled display to represent a monochrome thermometer for example.

My expectation & question is: How I could solve this? I don’t find examples using the library. With arduino it is easy, but with mongoose os, I am having issues to understand and load the image properly.

Thank you for your help!