With this new version of SerialGLCD library, is possible to write raster characters, and draw images in horizontal and vertical position, in a 160x128 size Display.
All new C code is located at the end of main file, in order to facilitate identify what is new, and what not. It is separated by many lines.
Description of main new functions:
Draw_BMP_Ram(). this is the main new function. It is very big and complicated. The reason is that display hardware is designed to be used in vertical...