lcd.arc green outline
-
Hi ,
when I use lcd.arc graphic I always have a green outline that appears. is this normal? how to avoid that?
Best regards Bertrand -
Hello @Ber
it looks like using the arc block only one color (either outline or filling) can be defined at the time. The color which is not defined seems to be random, causing the unwanted outline.
So instead of using the arc block directly you could use the
Advanced-Execute codeblock which then allows to define both colors together like this:lcd.arc(120, 160, 100, 50, 0, 90, color=0xff0000, fillcolor=0xff0000)Thanks
Felix
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login