jannone / msx-gfxlib

7 stars 4 forks source link

Colored text ? #1

Open tmator opened 5 years ago

tmator commented 5 years ago

Hi,

i'm trying to write colorised text on the screen with your lib but no succes, did it work ?

tmator commented 5 years ago

Forgot to say in mangled mode

jannone commented 5 years ago

Hi @tmator . Could you share the piece of the code that you're using?

tmator commented 5 years ago

include

include "conio.h"

include "gfx.h"

ifdef __SDCC

void

endif

main() { set_color(4,2,2); set_mangled_mode(); puts("coucou coucou"); while(1); }

set_color not working correctly, back and order are ok but not front.