File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ).
36362 . ** Initialize the display** :
3737 ``` c
3838 mr_t mr;
You can’t perform that action at this time.
0 commit comments