st7789 0.5.0

ST7789 TFT LCD driver with embedded-graphics support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Rust

on: [push, pull_request]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - name: Install Target
      run: rustup target install thumbv7em-none-eabihf
    - uses: actions/checkout@v1
    - name: Build
      run: cargo build --release --target=thumbv7em-none-eabihf