Couldn't resist the "T7" clone for less than 10€ on Aliexpress, the AT-AY I had has no case and requires 9V batteries, that are always flat when needed.
The "T7" has a nice case, internal Li-ion and charges via USB. Didn't really trust the firmware it came with, and out came the screwdriver and soldering iron.
It had an 48 pin QFP IC in a blue PCB with no markings. After some searching, found "previous" versions of the "T7" had LGT8FX8P in 32 pin version. Found the datasheet and there is a version of the same IC in 48 pin, and all significant pins matched my PCB (power, cristal, programming).
Rather than trying to port the "transistortester" software to LGT8FX8P that has some serious memory limitations for this project (no EEPROM) and some other differences, I compared the pinout to the ATMEGA328P in QFP32 (which I had) and found I could make it work bending some pins and a couple of bodge wires (thankfully most of the extra pins in the 48pin package were not connected). I only had to cut two traces in the PCB (under the ATMEGA).
It is working fine with Markus 1.52 version at 16MHz
I don't recommend to anyone to go down the same path, but if someone wants some more information, feel free to ask.