Skip to content

Commit 2d56119

Browse files
authored
Update README.md
mention power and dac features
1 parent b08e038 commit 2d56119

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ English | [中文](docs/getting_started_cn.md) | [日本語](docs/getting_starte
77

88
The M5Stack library provides access to the built-in hardware of the M5Stack Basic and Gray controllers through the M5Stack class, referenced as `M5`, including:
99
- LCD display via `M5.Lcd`, a customized version of the [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) LCD library, adapted for Basic and Gray. The display resolution is 320x240 supporting 262K colors. Several fonts, graphics primitives, QR code rendering, and PNG/BMP/JPEG support are included.
10-
- Power control via `M5.Power` and the IP5306 power management chip
10+
- Power control, including device shutoff and battery level detection via `M5.Power` and the IP5306 power management chip
1111
- Hardware buttons via `M5.BtnA`, `M5.BtnB`, `M5.BtnC`
12-
- Speaker, via `M5.Speaker`, supporting tones, volume control, and basic wave audio playback
12+
- Speaker, via `M5.Speaker`, supporting tones, volume control, and basic wave audio playback using ESP32's DAC function
1313
- Accelerometer, via `M5.Imu`, `M5.Mpu6886`, or `M5.Sh200Q` (accelerometer type depends on version of Basic/Gray)
1414

1515
To use the M5Stack library, `#include "M5Stack.h"` must appear at the top of your sketch.
1616

17+
The most productive way to become acquainted with the class is through the numerous included examples.
18+
1719
Additional optional include files:
1820
- `M5Faces.h` for access to M5Stack Faces accessories (EOL)
1921
- `LoRaWan.h`

0 commit comments

Comments
 (0)