-
Outermost pixels cannot be used but can change color depending on which background color was used when writing next to them. They also do not change when the background color is changed. Is there a workaround? Code: term.setCursorPos(1,3) term.setCursorPos(1,4) term.setCursorPos(1,5) term.setCursorPos(1,6) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Duplicate: #722 Oh wait this is a question not an issue.. what is the question again? |
Beta Was this translation helpful? Give feedback.
I am afraid not. It will always set those border pixels to be same colour as background color of the closest character. This logic was added way before drawing characters were implemented and yes it is a known issue that does not have a solution yet. Most users just avoid using drawing characters next to border. You can look into threads i linked to see previous discussions related to this.