Adafruit-GFX-Library icon indicating copy to clipboard operation
Adafruit-GFX-Library copied to clipboard

Adafruit GFX dummy display

Open croutor opened this issue 6 years ago • 1 comments

Hi,

Not an issue, more a change request if you want to. I've made a small project in order to develop some Adafruit GFX screens on my PC: https://github.com/croutor/Adafruit_GFX_dummy_display It's using your library of course + wrapping some calls to the SDL library. The example.cpp is the entry point of the program. It's providing Arduino like setup() and loop() functions lines 130 and139 respectively. The result is that you can compile and run this program under Linux and get a virtual display window. I can give this project to you if you want to. Thanks for your work!

Vincent H.

croutor avatar Jun 27 '19 12:06 croutor

Impressive. If only I knew this before I created something similar for XLib: https://github.com/dopefishh/Adafruit-GFX-X11/

dopefishh avatar Jul 15 '20 08:07 dopefishh