Open tmator opened 5 years ago
Forgot to say in mangled mode
Hi @tmator . Could you share the piece of the code that you're using?
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.
Hi,
i'm trying to write colorised text on the screen with your lib but no succes, did it work ?