Hi Robert,
Thanks again for the excellent project.
I have upgraded to version 230 and have a problem when compiling.
In section 4 of focuserconfig.h I have the following defined;
#define OLED_MODE OLED_TEXT // OLED text only mode
//#define OLED_MODE OLED_GRAPHIC // OLED graphic mode
I get a similar error if I define OLED_GRAPHIC instead of OLED_TEXT
Attached is my full focuserconfig.h . How have I managed to screw it up this time ;-) ?
Ady
P.S. - Also, I notice in displays.h there is a couple of references to OLED_GRAPHICS instead of OLED_GRAPHIC (lines 11,13,21,23) . I assume this is a typo but it does not seem to relate to my error.
Hi Robert,
Thanks again for the excellent project.
I have upgraded to version 230 and have a problem when compiling.
In section 4 of focuserconfig.h I have the following defined;
When I compile, I get the following error;
I get a similar error if I define OLED_GRAPHIC instead of OLED_TEXT
Attached is my full focuserconfig.h . How have I managed to screw it up this time ;-) ?
Ady
P.S. - Also, I notice in displays.h there is a couple of references to OLED_GRAPHICS instead of OLED_GRAPHIC (lines 11,13,21,23) . I assume this is a typo but it does not seem to relate to my error.
I forgot to add, if I comment out the offending definition in generalDefinitions.h the program compiles and everything seems to work.
yeah, some of that code is probably wrong.
Let me look at it and see what I can do.
do this in generaldefinitions.h
//#define OLED_TEXT 1
//#define OLED_GRAPHIC 2
Last edit: brownrb 2021-08-08
Thanks Robert