uploaded 1 year ago
Xiao round display driver

readme

# XIAO ROUND DISPLAY Driver


This repository contains an ESP-IDF driver for a Xiao Round display module. This module uses GC9A01 controller for LCD and CST816S controller for touch screen. Refer [Xiao Documentation](https://wiki.seeedstudio.com/seeedstudio_round_display_usage/) for more detailed.


## Using the component

Run the following command in your ESP-IDF project to install this component:
```bash
idf.py add-dependency "bienxanh1901/xiao_round_display"
```

## Example

To run the provided example, create it as follows:

```bash
idf.py create-project-from-example "bienxanh1901/xiao_round_display:xiao-round-display-example"
```

Then build as usual:
```bash
cd xiao-round-display-example
idf.py build
```

And flash it to the board:
```bash
idf.py -p PORT flash monitor
```

The example uses show the hardware test for LCD, touch and SD card.

## License

This component is provided under Apache 2.0 license, see [LICENSE](LICENSE.md) file for details.

## Contributing

Please check [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.

Links

Supports all targets

Maintainer

  • Hai Pham <pthanhhaiai@gmail.com>

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "bienxanh1901/xiao_round_display^1.0.1"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 11 times
  • Downloaded this version
    This version: 1 time

Badge

bienxanh1901/xiao_round_display version: 1.0.1
|