/var/www/restricted/ssh/stm32/www/stm32circle/
phpMyVisites | Open source web analytics
Pages: 1
I think it should be possible to read image data directly from sd-card. Which image format (bmp,png etc) would be best for that purpose?
Offline
I think uncompressed images (bmp, tiff, etc) should be used because then you don't need to have code to decompress the images.Perhaps a better solution would be to use a dedicated 16bit image format in such a way that there's no conversion needed.I've done that in this project: http://www.stm32circle.com/projects/project.php?id=56(PRM images)
Thanks Sjoerd. That´s it. Haven´t seen it before