When i try to use the image file and your first conversion it states the file needs to smaller than <50K
Using serial converters is not what i want to use.
Let me explain why. The HAM community is building software to control a HF transceiver via Arduino. For this we also need a display to see the frequency, mode (lsb/usb/cw) etc.
Using a 16x2 lcd is too limited if you want more functionality.
Using your LCD might bring a solution but the way to upload the welcome screen, tunable to everybody personal liking needs to be easy.
Requesting all to buy serial to i2c adapter, fiddel with conversions an LSB/MSB data length will generate a lot of issues with people all over the world.
Isn't it much easier if the library solves all length/msb/lsb stuff and the routines just delivere regular INT values for all somebody wants to do (e.g. when receiving the touchscreen position, looked at some samples where this seems needed). Just define 2 variables in the cpp/h file and make sure they have the 320x240 positions. Easier and update of software versions remains within the library belonging to firmware versions belonging to the LCD.
Need to rebuild the sketch as i removed all attempts to prepare for when the LCD get's in via the mail. Had to revert to support all still using the current version of the sketch.
Can you please make a to follow instruction how to get the image (jpeg/png) converted, how to determine the length settings etc etc.
Which libraries must be included in the header of the arduino sketch so all compiles directly. Finding different intermediate steps and a lot of HEX numbers which i am not used to.
Thanks.