bs444

Results 1 issues of bs444

GRAPHICS_RGBA888(r,g,b,a) currently packs into a uint32_t like "ABGR", but the unpacking function in graphics.c ([here](https://github.com/raspberrypi/firmware/blob/983b091aa491dc6b47e5cc62abb281dbcb75088d/opt/vc/src/hello_pi/libs/vgfont/graphics.c#L641-L648)) expects the uint32_t to be packed in "ARGB" to produce its rgba[4] array of VGfloats.