rendering, fix bgr555 output mode

NB not done for ARM asm since no target uses bgr555
This commit is contained in:
kub 2020-12-05 15:20:15 +01:00
parent 42077979ca
commit 16b11d9171
4 changed files with 43 additions and 42 deletions

View file

@ -7,6 +7,8 @@
* See COPYING file in the top-level directory.
*
* this is highly specialized, be careful if changing related C code!
*
* NB only does RGB565 output, BGR555 isn't supported
*/
#include "pico_int_offs.h"