11 Commits

Author SHA1 Message Date
Adam Minchinton
6e4dd494b9 img2bin conversion script by orzeus 2021-11-16 22:16:58 +01:00
Konrad Beckmann
0190ed45ad screenshot: Fix incorrect 565->888 conversion 2021-10-31 02:45:48 +02:00
Konrad Beckmann
ee3cb5e9b5 Add screenshot support
Closes #163
2021-10-31 02:30:13 +02:00
Konrad Beckmann
3fe89ad4f7 gitignore: Ignore *.pyc files 2021-08-08 19:43:21 +02:00
Brian Pugh
820722f4ae Flash monitor (#123)
* automatically launch openocd

* Add "monitor" and "flash-monitor" targets to launch logpoll
2021-08-08 18:55:17 +02:00
Brian Pugh
f96b4bcb43 In-game macro overlay (#122)
* draw_darken_rounded_rectangle initial commit

* image drawing routines

* mostly working static overlay

* use 24x24 instead of 32x32 images, slightly tweak some layout

* complete volume and brightness overlays

* save/load overlay

* png icons and tool to convert them to bit arrays

* add speedup overlay icons

* install common_ingame_overlay hook to all emulators

* explicitly invoke ingame overlay when saving so that the icon shows up before the pause

* make transparency look a little better on dark backgrounds

* tweak bars offset

* have pce use lcd_get_active_framebuffer

* shift sun 1 pixel to the right; even though it's just as off-centered, it looks better
2021-08-08 16:11:50 +02:00
Konrad Beckmann
72da767238 tools: Break out openocd and rewrite screengrabber a bit 2021-08-05 22:20:00 +02:00
Konrad Beckmann
9d56ddc0bc tools: Fix wrapping bug and add halt support for safer data reads 2021-08-05 21:14:00 +02:00
Konrad Beckmann
6241983f53 tools: Add argparse to logpoll and cleanup 2021-08-05 19:55:06 +02:00
Konrad Beckmann
4d44d6835d tools: Add logpoll to poll the stdout log from a running target 2021-08-05 19:36:03 +02:00
Konrad Beckmann
4678e7ea1a Add v4l2 screengrabber 2020-12-18 14:01:02 +01:00