https://github.com/phodal/monitor
Raspberry Pi with e-paper Monitor
https://github.com/phodal/monitor
raspberry-pi
Last synced: about 1 month ago
JSON representation
Raspberry Pi with e-paper Monitor
- Host: GitHub
- URL: https://github.com/phodal/monitor
- Owner: phodal
- Created: 2021-04-05T05:45:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T10:15:35.000Z (about 5 years ago)
- Last Synced: 2025-02-23T11:26:26.973Z (over 1 year ago)
- Topics: raspberry-pi
- Language: C
- Homepage:
- Size: 3.79 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monitor
> Raspberry Pi with e-paper Monitor.
screen size: 1200 × 825
- [x] MVP
- [x] simplify IT8951 code
- [x] with Rust
- [x] call with Rust
- [x] interval timer
- [x] microsoft todo
## Setup
### Setup Raspberry Pi
setup from: https://www.waveshare.com/wiki/9.7inch_e-Paper_HAT
```
cd bcm2835-1.68
./configure
make
sudo make check
sudo make install
```
run demo code:
```
cd IT8951
make clean
make
sudo ./IT8951 0 0 01.bmp
```
### Setup Rust
```
cd generator
cargo run
```
## History Version
First Version:

Version 2:
