Hello @jhubsch

on M5Core2 LCD brightness is controlled by AXP192 (as you've already figured out yourself) so changing LCD brightness should work with:

M5.Axp.SetLcdVoltage(v); // v from 2500 to 3300

Thanks
Felix