How to use e2studio to control GLE

Dear,

I already create my own GEL file, And I have export my "Resources.bin".

Then I can use FlashTool put both together to generate "SR_GuilianiDemowithResources.bin"

But I don't know how to interact with GLE,

Now i used the SR_GuilianiDemo project to Revise.

But i can't understand how it's works.

My GLE only has three page to change.

I delete other page only leave Animation and Main page and another my new page.

Maybe I lose some document to see?

Thanks,

Parents Reply
  • Could you change the attribute of button for LED as follows:

    Attribute value
    CommandClassID CMD_CALLAPI
    ApplicationAPI Led
    Parameter 0

    When you press the button in GUI, the following message will be displayed in your debug terminal:

    CallApplicationAPI called with unknown API: Led and Param: 0

    This message is generated in CMyGUI::DoCallAPI() function in Source\MyGUI_SR.cpp.

    I recommend using StreamRutime project instead of SR_GuilianiDemo project.

    This project is simple.

Children