fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
278 stars 62 forks source link

Command for filled/empty shapes resulting in the same filled shape? #58

Closed ProgrammingCube closed 3 years ago

ProgrammingCube commented 3 years ago

I've been trying to figure this one out, but failing.

The commands to draw rectangles and circles, the R/r C/c commands, as far as I can tell, should result in an empty/filled shape. However, they both seem to be filled when used.