Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DrBomb/mOS-TTGO-EPD27-BWR
https://github.com/DrBomb/mOS-TTGO-EPD27-BWR
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/DrBomb/mOS-TTGO-EPD27-BWR
- Owner: DrBomb
- Created: 2018-10-28T20:42:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T19:07:37.000Z (over 5 years ago)
- Last Synced: 2024-07-30T21:37:23.920Z (6 months ago)
- Language: C++
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mongoose-os - mongooseOS-epd2in7b - Demo, and ported library for 2.7" b/w/r EPD (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Community Libraries)
README
# mOS-TTGO-EPD27-BWR
This is a collection of libraries and code that I use to drive the [TTGO ESP32 ePaper 2.7inch display](https://www.aliexpress.com/item/32867880658.html).
It has the display. An SD card, two microphones (!) and a speaker amp.
Out of it, I only have for mOS the libraries required to drive the EPD [HERE](https://github.com/DrBomb/mOS-TTGO-EPD27-BWR/tree/master/epd2in7b) alongside a ported EPDPAINT library [HERE](https://github.com/DrBomb/epdpaint)
All the libraries are based off the sample code provided by the sellers, which in turn, use the libraries made by [Waveshare](https://www.waveshare.com/) which you should totally take a look at.
# Building
If you wanna build the apps provided here it is easy. Clone this repository and navigate to either the `epdclock` or `epdwaveshare_example` folders and invoke `mos build`.
It should be able to build over the cloud as well