I am working on an I2C LCD display. I have the Arduino talking to the display and I can control the segments on and off. I would like to make a library? or a table of some kind, so that when I want a certain number displayed the Arduino will send the correct bits and display the letter, without me manually having to type in the bank and bits every time the number changes. However...I don't know C or C++ or C anything for that matter, and don't have a compiler to code with it anyway. Is is possible to script a library or look up table of some kind for this purpose without C?
I am re-purposing the LCD from a Jaguar and I am driving it with a PCF8577 LCD driver, so it is not compatible with the liquid crystal library available from this site.