We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i'm trying to write colorised text on the screen with your lib but no succes, did it work ?
The text was updated successfully, but these errors were encountered:
Forgot to say in mangled mode
Sorry, something went wrong.
Hi @tmator . Could you share the piece of the code that you're using?
#include <stdlib.h> #include "conio.h" #include "gfx.h" #ifdef __SDCC void #endif main() { set_color(4,2,2); set_mangled_mode(); puts("coucou coucou"); while(1); }
#include <stdlib.h> #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.
No branches or pull requests
Hi,
i'm trying to write colorised text on the screen with your lib but no succes, did it work ?
The text was updated successfully, but these errors were encountered: