Closed hayschan closed 1 year ago
0x0082 is the memory address of Brightness regsiter
You can refer the Development Guide for deep understanding
https://www.dwin-global.com/uploads/T5L_DGUSII-Application-Development-Guide-V2.6.pdf
Closing the thread as it's not an issue
I am currently reviewing the code in your repository and came across a specific code snippet related to setting the brightness of an LCD screen. I have a few questions regarding the usage of
0x00
and0x82
in thesendBuffer
array. Additionally, I would like to know if these values are documented and, if so, which documentation includes them.Here is the code in question:
https://github.com/dwinhmi/DWIN_DGUS_HMI/blob/ae75ddad21a0110fb5e8b84a58ce1244c7d82d92/src/DWIN.cpp#L74-L79
My specific questions are:
0x00
and0x82
in thesendBuffer
array?0x00
and0x82
) necessary for setting the brightness of the LCD screen? If so, what role do they play?I appreciate any clarification you can provide on this matter. Thank you for your time and contribution to the repository.