Assign VP value in page (init VP values)

From Smart LCD

background

When start up, all the VP will be clear to "0".

In some cases, it need to init some VP values at power on start up. it can be realize by defining page function in the start up page. Moreover, page function can call an operation just before a page to be display.

how to

  • right click on the start up page or right click to the page that need to init a VP
  • select Page Functions
  • click "Add" to add a function
  • select an operation to be "call"

  • multiple page function can be added to a page
  • all the function will be execute just before a page to be shown on screen
  • all the pages can use page function
  • all the pages have their own page function

e.g.

Every time, jump from page_A to page_B or jump form page_C to page_B. page_B's page function will be executed accordingly.

download

nil