-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Layer not working ? #71
Comments
no success, no matter if I do render at the end or in other positions even with chanel signaling. |
Did you try if the text_input command works without background image (like just one layer)? |
I had some time today to take a closer look and I found 1 problem: the render operation of layer 2 is probably not correct:
Also make sure the red-green.png is available, normally it is in the examples folder So this will give: setup 1,1536,3; OR setup 1,1536,3; |
Hi team... what is wrong with this ? I cannot see the color... any help is appreciated
setup 1,1536,3;
init;
brightness 1,20;
config_2D 1,96,16,3,16,16;
init_layer 1,1,1,0,1,0;
change_layer 1,1;
draw_image 1,red-green.png;
init_layer 1,2,1,0,1,0;
change_layer 1,2;
text_input 1,0,12,96,12,6666,0,0048BA,,10,12,,,enhanced_led_board-7.ttf
The text was updated successfully, but these errors were encountered: