bitluni / ESP32VGA

http://bitluni.net/esp32-vga
132 stars 24 forks source link

esp32vga and image #5

Closed techno94 closed 5 years ago

techno94 commented 5 years ago

hello, is it possible to display image with esp32vga ?

i have seen this : http://bitluni.net/wp-content/uploads/2018/02/Image2Header.html

but i don't arrived to use this code :

include "luni.h"

Image luni0(luni::xres, luni::yres, luni::pixels); ... { graphics.begin(0); //clear screen black luni0.draw(graphics, 200, 10); graphics.end();

is it possible to have an exemple thanks a lot

techno94 commented 5 years ago

hello, thanks to you're sprite editor : https://github.com/bitluni/ESP32Lib/blob/master/Utilities/SpriteEditor.html

and you're exemple : https://github.com/bitluni/ESP32Lib/blob/master/examples/VGA2DFeatures/VGA2DFeatures.ino

i arrived to display picture img_2328

bitluni commented 5 years ago

So cool.. you found it!!! 👍

Am Sa., 16. Feb. 2019, 20:55 hat techno94 notifications@github.com geschrieben:

hello, thanks to you're sprite editor : https://github.com/bitluni/ESP32Lib/blob/master/Utilities/SpriteEditor.html

and you're exemple :

https://github.com/bitluni/ESP32Lib/blob/master/examples/VGA2DFeatures/VGA2DFeatures.ino

i arrived to display picture [image: img_2328] https://user-images.githubusercontent.com/2470466/52904471-117f8e00-322d-11e9-878d-d91195308df3.JPG

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitluni/ESP32VGA/issues/5#issuecomment-464378390, or mute the thread https://github.com/notifications/unsubscribe-auth/AMRka7foUNR-pi-YrKeVuXLse60eEXgOks5vOGIsgaJpZM4a_BnJ .