Skip to content

Commit 87ee79b

Browse files
committed
1.0.15
1 parent f30dc90 commit 87ee79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ mcu-renderer is a lightweight C graphics library designed for microcontrollers (
2727

2828
- C compiler (e.g., GCC) for MCU development.
2929
- [Python](https://www.python.org) and [PIP](https://pip.pypa.io/en/stable/) for font and text processing tools.
30-
- Hardware-specific development tools (e.g., SDKs for ST7789, ILI9341, or ST7565).
30+
- Hardware-specific development tools.
3131
- SDL library for PC testing (optional).
3232

3333
## Quick start
3434

35-
1. **Include the library**: Add the device-specific header file (see [Supported Devices](docs/supported-devices.md)).
35+
1. **Include the library**: Add the device-specific header file (see [supported devices](docs/supported-devices.md)).
3636
2. **Initialize the display**:
3737
```c
3838
mr_t mr;

0 commit comments

Comments
 (0)