Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

changeCheckBoxBoxBorderColor()

Mammad900 edited this page Feb 27, 2021 · 3 revisions

changeCheckBoxBoxBorderColor(page, index, value)

Summary

Changes the box border color of a check-box

Parameters

  1. page (int) : The number of the page which contains the check-box
  2. index (int) : Index of the check-box relative to it's containing page.
  3. value (uint16_t) : The new color in RGB565 format

Returns

Nothing

Clone this wiki locally