Update README.md

This commit is contained in:
Fierelier 2024-04-21 16:11:32 +02:00
parent 66649a0e4b
commit e1cac6e3e3

View File

@ -9,7 +9,7 @@ The pixel format and screen coordinates are standardized, however, the HID input
# Features
* Highly compatible with compilers (C89, simple preprocessors)
* No make required, entirely configurable from your compiler or a header file (`src/config/user.h`)
* No `make` required, entirely configurable from your compiler, or a header file (`src/config/user.h`)
* Supports wide range of hardware (16-bit+, little/big endian)
* Standardized 16-bit color format (RRRRGGGGBBBBAAAA, effectively 12-bit on most platforms)
* Implements API for floats, letting you pick between fixed point or actual float numbers