Skip to main content
William Warnots
Associate II
September 18, 2017
Solved

Correct OLED Hex file Conversion

  • September 18, 2017
  • 4 replies
  • 1539 views
Posted on September 18, 2017 at 08:43

Hi Everyone,

I'm using a OLED 256x64 , controlled by SSD1322 , i'm having problem to display images .... i tried a lot of converters like LCD Assistant , but no one works good.... i'm not able to find the correct format!

Have anyone here had experience on that problem ?

Thanks for the support ,

    This topic has been closed for replies.
    Best answer by William Warnots
    Posted on September 27, 2017 at 12:09

    All Solved using a MIDAS Converter given to me by their technical support,  to launch it is necessary to install Visual Studio IDE for Window....

    is also necessary to use 1024x64 images 1 bit Monochrome to obtain a correct full screen image....

    4 replies

    William Warnots
    Associate II
    September 21, 2017
    Posted on September 21, 2017 at 08:39

    No one can help?

    Vangelis Fortounas
    Associate II
    September 21, 2017
    Posted on September 21, 2017 at 15:18

    Hello !

    LCD Assistant takes as input 1bpp bitmaps

    try to convert this attached file.. (resize it to your needs first)

    ________________

    Attachments :

    IMG_0253.bmp : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyAN&d=%2Fa%2F0X0000000b7L%2F7hskul5KhfqAmWg55z7EzPZjmMEXwraX1cBkbdBT5yo&asPdf=false
    William Warnots
    Associate II
    September 22, 2017
    Posted on September 22, 2017 at 09:47

    LCD asiistant is not good , i've tried every possible config. , with monochrome 1bit 256x64

    Vangelis Fortounas
    Associate II
    September 22, 2017
    Posted on September 22, 2017 at 13:35

    STemWin library contains an executable converter named BmpCvtST.exe but produces arrays 8 times larger than  LCD asiistant.

    Another approach is to link the bitmap as binary file and to make your own code for load it to LCD.

    William Warnots
    William WarnotsAuthorBest answer
    Associate II
    September 27, 2017
    Posted on September 27, 2017 at 12:09

    All Solved using a MIDAS Converter given to me by their technical support,  to launch it is necessary to install Visual Studio IDE for Window....

    is also necessary to use 1024x64 images 1 bit Monochrome to obtain a correct full screen image....