Skip to content
New issue

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

Colored text ? #1

Open
tmator opened this issue Aug 28, 2019 · 3 comments
Open

Colored text ? #1

tmator opened this issue Aug 28, 2019 · 3 comments

Comments

@tmator
Copy link

tmator commented Aug 28, 2019

Hi,

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

@tmator
Copy link
Author

tmator commented Aug 29, 2019

Forgot to say in mangled mode

@jannone
Copy link
Owner

jannone commented Aug 31, 2019

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

@tmator
Copy link
Author

tmator commented Sep 2, 2019

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants