Skip to content

Commit

Permalink
Update README.md with centered image for menu system example.
Browse files Browse the repository at this point in the history
Added a centered image tag to display the menu system example in README.md.
  • Loading branch information
forntoh committed Oct 3, 2024
1 parent e801098 commit 3d0a598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ LcdMenu is an open-source Arduino library for creating menu systems. It is desig

With LcdMenu, you can create a menu system for your Arduino project with minimal effort. The library provides a simple API for creating menus and handling user input. There are also a number of built-in [display interfaces](reference/api/display/index) to choose from, including LCD displays and OLED displays _(coming soon)_.

![Example of a menu system created with LcdMenu](https://i.imgur.com/nViET8b.gif)
<p align="center">
<img src="https://i.imgur.com/nViET8b.gif" alt="Example of a menu system created with LcdMenu">
</p>

## Quick Start

Expand Down

0 comments on commit 3d0a598

Please sign in to comment.