12 Commits

Author SHA1 Message Date
Ludovic BOUÉ
e5478039ab Create m5coreS3.yaml 2024-01-29 23:05:25 +01:00
Stefan Thoss
469b50b607 Add battery charging state and voltage (#1) 2023-12-22 21:22:26 -08:00
Stefan Thoss
89adb157fa First working version 2023-12-21 20:51:50 -08:00
Stefan Thoss
f215521303 Change to AXP2102 2023-12-21 20:50:53 -08:00
paulchilton
87875c10ef Create m5tough.yaml 2023-01-02 09:11:26 +00:00
Chris Metcalfe
35e0c12938 fix brightness of m5core2 screen
m5core2 uses DC-DC3 to control brightness rather than using LDO2. DC-DC3 is controlled by the 7 least significant bits in the 0x27 register; the most significant bit is reserved. As a result the brightness value shifts left 3 places rather than 4. in order to set the register I read the entire byte, logical AND with 0x80 to clear all bits except the reserved bit, logical OR with the shifted brightness value.

added brightness to the sample m5core2 config
2022-10-10 19:05:18 -05:00
marty@dingo.sh
e0adb42e6d actually commit m5core.yaml 2022-09-09 01:16:47 +01:00
marty@dingo.sh
401605df03 initial commit 2022-09-03 17:13:33 +01:00
Airy André
a479ec8241 Force 115200 upload speed 2020-02-23 12:25:47 +01:00
apolselli
2ec23b7efa bus_b (unused) had wrong pins 2020-02-16 06:44:48 +01:00
Airy André
0f63f62937 Fixed config + picture added 2020-02-09 11:33:20 +01:00
Airy André
18b807347d First version of components 2020-02-09 10:06:06 +01:00