esp-idf-st7789 icon indicating copy to clipboard operation
esp-idf-st7789 copied to clipboard

SVG logging

Open wjcarpenter opened this issue 2 years ago • 1 comments

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 avatar May 05 '22 02:05 wjcarpenter

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

wjcarpenter avatar May 07 '22 19:05 wjcarpenter