nopnop2002 / esp-idf-st7789

ST7789 Driver for esp-idf
MIT License
234 stars 56 forks source link

SVG logging #31

Open wjcarpenter opened 2 years ago

wjcarpenter commented 2 years ago

I implemented SVG output via ESP logging and sent you a pull request (https://github.com/nopnop2002/esp-idf-st7789/pull/30). This is really handy for making screen captures, which is otherwise tricky on the device. Attached are the SVG renderings of the test cases from main.c. Since the SVG output doesn't really understand the animations in some of the test cases, what you see in the SVG is usually the final result even though all of the graphical steps are in the SVG file.

samples.zip

wjcarpenter commented 2 years ago

Samples were rendered on a TTGO T-Display with screen dimensions of 135x240.