Skip to content

fixed compiler warnings for new RGB8888 code

Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 02 Jan 21:54
· 38 commits to master since this release
ac4bb51

The warnings of pointer type difference (uint32_t * vs uint16_t *) can create errors depending on the compiler settings. This change casts all of the pointers to the correct type.