Using serial commander under Arduino with Diablo_Serial_4DLib
The file "logo_big.png" does exist on the uSD.
But the image does not display.
The Diablo_Serial_4DLib lib works; I can Cls(), FindFile(), etc.
Here's my code:
Display.file_FindFirst("logo_big.png"); // This finds the file
word handle = Display.file_Open("logo_big.png", 'r') ; // ACKs, Returned value is non-zero
Display.file_Image(100, 100, handle) ; // ACKs, returned value is 0
Display.file_Close(handle) ;
Does the display work with PNGs?
What image file formats does the display support?
Thanks,
-Dave
The file "logo_big.png" does exist on the uSD.
But the image does not display.
The Diablo_Serial_4DLib lib works; I can Cls(), FindFile(), etc.
Here's my code:
Display.file_FindFirst("logo_big.png"); // This finds the file
word handle = Display.file_Open("logo_big.png", 'r') ; // ACKs, Returned value is non-zero
Display.file_Image(100, 100, handle) ; // ACKs, returned value is 0
Display.file_Close(handle) ;
Does the display work with PNGs?
What image file formats does the display support?
Thanks,
-Dave
Comment