Skip to content

Commit daec178

Browse files
committed
added badges
1 parent 4105f1a commit daec178

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# lcd-async
22

3+
[![Crates.io](https://img.shields.io/crates/v/lcd-async.svg)](https://crates.io/crates/lcd-async)
4+
[![Docs.rs](https://docs.rs/lcd-async/badge.svg)](https://docs.rs/lcd-async)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6+
[![Build Status](https://img.shields.io/github/actions/workflow/status/okhsunrog/lcd-async/rust_ci.yml?logo=github)](https://github.com/okhsunrog/lcd-async/actions/workflows/rust_ci.yml)
7+
38
This crate is an `async`-first driver for TFT displays that implement the [MIPI Display Command Set](https://www.mipi.org/specifications/display-command-set).
49

510
This project is a fork of the excellent [mipidsi](https://github.com/almindor/mipidsi) crate, but with a fundamentally different, `async`-native architecture. It is heavily inspired by the designs of [st7735-embassy](https://github.com/kalkyl/st7735-embassy) and [embedded-graphics-framebuf](https://github.com/bernii/embedded-graphics-framebuf).

0 commit comments

Comments
 (0)