I have a pico lipo (16mb) with the pico display. I uploaded the example code from github to display the battery voltage on the screen. The screen shows .2v/-188%. Adding print(vsys.read_u16())
to the code prints 1400-1500 which lines up with what is displayed. Battery voltage is 4.05v. The same readings are displayed regardless if the battery is connected. Board does run off of the battery so voltage is getting to the mcu. Charging indication works and reflects whether or not the usb cable is plugged in.
while plugged in:
vs: 4.851v
vb: 5.128v
On battery:
vs: 4.038v
vb: 0.005v