Mark Morris wrote:Hi Martin & mhlangensiepen,
These functions are in a separate source file in the original zip OLED_MOD.ino, simplest way is probably just to copy them into the main source file and compile.
Mark
Nope, the order of the functions is not sequential. That is, some functions are defined after they're called by other functions. Adding the prototypes is the path of least resistance (see my previous post).