olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 314 forks source link

run as virtual display / emulator? #372

Open tomhannen opened 8 years ago

tomhannen commented 8 years ago

Hi, Is there any way to run this library within the arduino IDE as a virtual display, so that I could test without the hardware present? How did you export the images used in the wiki without having this feature? Thanks! Tom

olikraus commented 8 years ago

I have a TGA export and a SDL interface (Linux, Ubuntu).

https://github.com/olikraus/u8glib/tree/master/sys/sdl/helloworld

However: Only the C interface currently works on Linux.

Oliver