Hi
The myOLED display library using with myFP2 does provide support for
a display type of 128x32 0.91
a test would be something like
see attached test and myoled library
regards Robert
PS
Whilst the library myoled provides the support, the myfp2 file
display.h
does not. That file would need to be altered - by rewriting the oled portion which is for a 128x64 (8 lines max), and changing this to 128x32 (4 lines max)
the functions in display.h to change would be
void displaylcdpage0(void)
void displaylcdpage1(void)
void updatepositionoled(void)
void UpdateOLED(void)
Hi I am trying to build the focuser need to know if 0.91 inch 12c OLE display works I have some of this display.
Hi
The myOLED display library using with myFP2 does provide support for
a display type of 128x32 0.91
a test would be something like
see attached test and myoled library
regards Robert
PS
Whilst the library myoled provides the support, the myfp2 file
display.h
does not. That file would need to be altered - by rewriting the oled portion which is for a 128x64 (8 lines max), and changing this to 128x32 (4 lines max)
the functions in display.h to change would be
void displaylcdpage0(void)
void displaylcdpage1(void)
void updatepositionoled(void)
void UpdateOLED(void)
Last edit: brownrb 2024-02-12
thanks for the reply I tested it and it works