https://github.com/webfansplz/vue-ssd1306
📺 A Vue Renderer for SSD1306 OLED chip on Raspberry Pi.
https://github.com/webfansplz/vue-ssd1306
oled raspberry-pi renderer ssd1306 vue
Last synced: 7 months ago
JSON representation
📺 A Vue Renderer for SSD1306 OLED chip on Raspberry Pi.
- Host: GitHub
- URL: https://github.com/webfansplz/vue-ssd1306
- Owner: webfansplz
- License: mit
- Created: 2020-11-27T13:54:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T06:04:22.000Z (over 5 years ago)
- Last Synced: 2025-03-17T22:45:50.897Z (about 1 year ago)
- Topics: oled, raspberry-pi, renderer, ssd1306, vue
- Language: JavaScript
- Homepage: https://github.com/webfansplz/vue-ssd1306
- Size: 7.17 MB
- Stars: 35
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-ssd1306

## Introduction
A Vue Renderer for SSD1306 OLED chip on Raspberry Pi
This project demonstrates how to:
- Use Vue together with NodeJs on Raspberry Pi.
- Build a custom renderer for Vue.
- How does Node.js drive SSD1306 OLED on Raspberry Pi.
[Article Details](./Article.md)
## Getting Started
This project only works on Raspberry Pi.
Connect the ssd1306 oled chip, make sure you have Node.js installed on your Raspberry Pi, with I2C interface enabled. Few extra packages are also required:
```shell
sudo apt-get install i2c-tools
```
## Usage
```shell
npm install
npm run build
npm run serve
```
## License
[MIT](./LICENSE)