Update scope of C compatibility in docs

This commit is contained in:
Fierelier 2024-10-16 03:11:13 +02:00
parent 5266c1eff0
commit 3bc19920af

View File

@ -6,7 +6,7 @@ This repository contains documentation, links and example applications.
<img src="assets/preview.png" title="Preview"> <img src="assets/preview.png" title="Preview">
# Compatibility # Compatibility
* Highly compatible with compilers (C89, simple preprocessors) * GNU C99 compatible
* No `make` required, entirely configurable from your compiler, or header files * No `make` required, entirely configurable from your compiler, or header files
* Supports wide range of hardware (16-bit+, little/big endian) * Supports wide range of hardware (16-bit+, little/big endian)
* Standardized 16-bit color format (AAAARRRRGGGGBBBB, effectively 12-bit on most platforms) * Standardized 16-bit color format (AAAARRRRGGGGBBBB, effectively 12-bit on most platforms)