2017-09-17 11:43 PM
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 ,
Solved! Go to Solution.
2017-09-27 03:09 AM
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....
2017-09-20 11:39 PM
No one can help?
2017-09-21 06:18 AM
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=false2017-09-22 12:47 AM
LCD asiistant is not good , i've tried every possible config. , with monochrome 1bit 256x64
2017-09-22 06:35 AM
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.
2017-09-27 03:09 AM
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....