Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincent0700/awtrix-simulator
🔨 一个 LED 像素屏模拟器,用于模拟和连接 DIY 的仿 Awtrix 时钟
https://github.com/vincent0700/awtrix-simulator
Last synced: about 1 month ago
JSON representation
🔨 一个 LED 像素屏模拟器,用于模拟和连接 DIY 的仿 Awtrix 时钟
- Host: GitHub
- URL: https://github.com/vincent0700/awtrix-simulator
- Owner: Vincent0700
- License: mit
- Created: 2020-07-24T09:14:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T22:45:37.000Z (over 2 years ago)
- Last Synced: 2023-03-07T22:20:06.105Z (almost 2 years ago)
- Language: Vue
- Homepage: https://vincent0700.github.io/awtrix-simulator
- Size: 2.75 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Awtrix Simulator
[![GitHub Actions](https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/vincent0700/awtrix-simulator/badge&style=flat-square&label=build&logo=none)](https://actions-badge.atrox.dev/vincent0700/awtrix-simulator/goto)
[![Last Commit](https://img.shields.io/github/last-commit/vincent0700/awtrix-simulator/master?style=flat-square)](https://github.com/Vincent0700/awtrix-simulator/commits/master)
[![LICENSE](https://img.shields.io/github/license/vincent0700/awtrix-simulator?style=flat-square)](https://github.com/vincent0700/awtrix-simulator/blob/master/LICENSE)一个 LED 像素屏模拟器,用于模拟和连接 DIY 的仿 Awtrix 时钟。
[DEMO](https://vincent0700.github.io/awtrix-simulator)
### Features
- [x] Multi select
- [x] Draw pixels
- [ ] Gallery
- [ ] Save & Load
- [ ] Undo & Redo
- [ ] Connect awtrix server### Quick Start
```bash
# clone repos
$ git clone https://github.com/Vincent0700/awtrix-simulator.git# install deps
$ npm i# start dev server
$ npm run serve
```### DO-IT-YOURSELF
- LED全彩像素软屏 (8x32)
- 3D打印(或机框切割椴木) 外壳 + 格栅
- 茶色亚克力板
- 扩散板(可用纸代替)
- ESP8266 (CP2102)
- 杜邦线若干
- 手手 ✋### Tutorial
待续 ...
### Links
[AWTIRX Documentation](https://awtrixdocs.blueforcer.de/#/en-en/README)
![](./awtrix.jpg)