This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ezdsp5535 OLED command and OSD9616 datasheet

I'm reviewing the example code of lcd display on ezdsp5535. I don't understand several commands like below:

EZDSP5535_OSD9616_send(0x00,0x2e);  // Deactivate Scrolling

or

/* Fill page 0 */
EZDSP5535_OSD9616_send(0x00,0x00);   // Set low column address
EZDSP5535_OSD9616_send(0x00,0x10);   // Set high column address
EZDSP5535_OSD9616_send(0x00,0xb0+0); // Set page for page 0 to page 5


Why does 0x2e mean "Deactivate Scrolling"? I'm wondering if there is a library or document I can refer to.

Besides I can't find OSD9616 datasheet online. Can someone help me?

Thanks!

LG