Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
[![CI](https://img.shields.io/github/actions/workflow/status/j-g00da/mousefood/ci.yml?style=flat-square&logo=github)](https://github.com/j-g00da/mousefood/blob/main/.github/workflows/ci.yml)
[![Deps](https://deps.rs/crate/mousefood/latest/status.svg?style=flat-square)](https://deps.rs/crate/mousefood)

**Mousefood** - [embedded-graphics](https://crates.io/crates/embedded-graphics) backend
**Mousefood** - a no-std
[embedded-graphics](https://crates.io/crates/embedded-graphics) backend
for [Ratatui](https://crates.io/crates/ratatui)!

> [!IMPORTANT]
> Currently works only with `std`-enabled targets,
> such as Espressif's ESP32 MCU series.
> Support for "bare-metal" (`no_std`) targets is planned,
> but it requires upstream changes - [ratatui #1750](https://github.com/ratatui/ratatui/issues/1750).

<div align="center">

![demo](https://github.com/j-g00da/mousefood/blob/599f1026d37c8d6308a6df64a234dbefaedc0c6f/assets/demo.jpg?raw=true)
Expand Down Expand Up @@ -166,7 +161,7 @@ to achieve high frame rate when using the `fonts` feature,
it is recommended to use `opt-level = 3`,
which can make the resulting binary even larger.

Mousefood is hardware-agnostic, but requires a `std`-enabled target.
Mousefood is hardware-agnostic.
Successfully tested on:

- esp32 (base model, 4MB flash)
Expand Down