Menu

Does it support 0.91 inch 12c OLE display

2024-02-12
2024-02-28
  • Abhijit Das

    Abhijit Das - 2024-02-12

    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.

     
  • brownrb

    brownrb - 2024-02-12

    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
  • Abhijit Das

    Abhijit Das - 2024-02-28

    thanks for the reply I tested it and it works

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.