Arduino control the 2.4" TFT LCD

@blueburr22

I will try write some instructions on how to make a new font, but it might take a while. I am quite busy at the moment.

If you need a font-width between 8 and 16 pixels you will have to not only rewrite the print functions, but deal with byte alignment (or waste a lot of memory). Font widths that are not a multiple of 8 adds a lot of complexity to the functions. That is the main reason I used 16x16 for the large font.

/Henning