This class represents text as characters grid
https://gist.github.com/krypt-lynx/ba92afbc316f63bf887389da47003697
It is a part of bigger project, but it can be usable by itself.
All drawing methods clips not fitted content without causing exception.
Constructors:
Charmap(Point size)
Creates charmap of given size
Charmap(int width, int height)
Creates charmap of given size
Properties:
char[][] Lines { get; }
Grid data
int Width { get; }
Grid...
Class for work with lcd as char grid
https://gist.github.com/krypt-lynx/ba92afbc316f63bf887389da47003697
It is a part of bigger project, but it can be usable by itself.
All drawing methods clips not fitted content without causing exception.
Constructors:
Charmap(Point size)
Creates charmap of given size
Charmap(int width, int height)
Creates charmap of given size
Properties:
char[][] Lines { get; }
Grid data
int Width { get; }
Grid...
Class for work with lcd as char grid