We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c504bc2 commit 3ca0e08Copy full SHA for 3ca0e08
ports/espressif/boards/lilygo_twatch_s3/board.c
@@ -75,6 +75,9 @@ static void enable_ldo(busio_i2c_obj_t *i2c, uint8_t ldo) {
75
// Init the AXP2101 by hand as to not include XPOWERS lib.
76
static void pmic_init(busio_i2c_obj_t *i2c) {
77
enable_ldo(i2c, 0);
78
+ enable_ldo(i2c, 1);
79
+ enable_ldo(i2c, 2);
80
+ enable_ldo(i2c, 3);
81
enable_ldo(i2c, 5);
82
write_register8(i2c, 0x18, 0x0F);
83
write_register8(i2c, 0x27, 0x1F);
0 commit comments