Skip to content

Conversation

@ksdhans
Copy link

@ksdhans ksdhans commented Oct 21, 2025

Converted FontAwesome data to uint8_t so that it also works on big-endian systems.

The FontAwesome data was stored in a uint32 array in little-endian format, which is non-portable. This patch reformats it to a uint8_t array so that the bytes are in the correct order on all systems.

Converted FontAwesome data to uint8_t so that it also works on big-endian systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant