Hi there,
I know this is not a new question, but all I can find are answers for a full RP2040 board with a 5V input pin.
I have an RP2040-LCD-1.28 (https://www.waveshare.com/wiki/RP2040-LCD-1.28) and I want to power it with a 5V power supply, as I have to power other 5V devices.
Now, the LCD board provides no 5V GPIO but a lithium battery recharge/discharge header. From the schematics I found that behind the power supply there are two step-down converters: RT8193-18 and RT9193-33. Both can handle up to 5.5V. The battery charging chip is an ETA6096 which can handle up to 36V.
So my question is: Can I plug in my 5V at the battery header?
I am distrustful because I can't find anything where people did something similar, so I thought I'd ask in advance.
Bonus question: The original manual connected a 5V power supply directly to the VSYS GPIO and nobody cared about it, but after all I know, that is not a good idea, right?
Thank you for helping me out!