/ra8876-rs

Rust libraries for working with the RA8876 LCD controller

Primary LanguageRustApache License 2.0Apache-2.0

ra8876-rs

This repository includes Rust crates for working with the RA8876 LCD controller.

ra8876-registers

This crate provides a register access layer for the RA8876.

This is achieved by transcribing the registers (and their fields) into a YAML file from the reference manual, feeding that into svdtools to generate an SVD file, and feeding the resulting SVD file into a fork of svd2rust.

Is it a little janky? Yes, but it works!