DrawPixel method. DrawLine method. All uint variables and method parameters changed to int to avoid useless casts to uint and simplify the code.
Code comments added.
Solution for the library. Driver for S6D112 chip, Drawing functions HorizontalLine(..), VerticalLine(..), Rectangle(..), FilledRectangle(..). Test application.