Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gob52/gob_faces
Gets the M5Stack Faces status (Keyboard / Calculator / Gamepad) without Arduino Wire.
https://github.com/gob52/gob_faces
arduino m5stack m5stack-faces m5unified
Last synced: about 2 months ago
JSON representation
Gets the M5Stack Faces status (Keyboard / Calculator / Gamepad) without Arduino Wire.
- Host: GitHub
- URL: https://github.com/gob52/gob_faces
- Owner: GOB52
- License: mit
- Created: 2023-10-17T04:11:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T09:12:23.000Z (10 months ago)
- Last Synced: 2024-03-14T10:30:48.516Z (10 months ago)
- Topics: arduino, m5stack, m5stack-faces, m5unified
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# gob_faces
[日本語](README.md)
## Overview
This library gets status on [M5Stack Faces](https://docs.m5stack.com/ja/core/face_kit) and [FacesII](https://docs.m5stack.com/ja/module/facesII).
It does not use Arduino Wire, but uses I2C of M5Unified.## Required librarries
* [M5Unified](https://github.com/m5stack/M5Unified)
* [M5GFX](https://github.com/m5stack/M5GFX) (depends from M5Unified)## How to install
Install in an appropriate way depending on your environment.
* git clone and extract into place
or
* platformio.ini
```ini
lib_deps = https://github.com/GOB52/gob_faces.git
```## How to make document
You can make a document of this library by [Doxygen](https://www.doxygen.nl/) => [Doxyfile](doc/Doxyfile)
In case you use shell script [doxy.sh](doc/doxy.sh), then output version from library.properties, revision from repository.## Usage examples
### Keyboard
#### [keyboard](examples/keyboard)
#### [M5Strek](examples/M5Strek)
### [Calculator](examples/rpn_calculator)
### [Gamepad](examples/gamepad)