Thank you for this PR. So I guess you also came to the conclusion that overloading the image and font methods with the old data type for the sake of backwards compatibility was not a good idea?
This pr fixed a potential problem with different compiler settings. This line of code char precharge = 241 is only correct if type char is from 0 to 255 but compiler are also use -127 to 128.
Thank you for this PR. So I guess you also came to the conclusion that overloading the image and font methods with the old data type for the sake of backwards compatibility was not a good idea?