|

楼主 |
发表于 2022-4-27 15:32:55
|
显示全部楼层
本帖最后由 negut 于 2022-4-27 15:37 编辑
You mean SP description pointer right ?
I upload two images from DWIN development guide.
There at Slider display
Address SPAddress Definition Length (bytes)Description
0x00 0x5A02 2
0x02 *SP 2 Parameter Pointer.
0xFFFF: Disables SP (no run-time modification).
0x04 0x000C 2
0x06 0x00 *VP 2 Variable Pointer.
0x08 0x01 V_Begin 2 Minimum value accepted by the control.
0x0A 0x02 V_End 2 Maximum value accepted by the control.
0x0C 0x03 x_Begin 2 Minimum position of the slider, when its value equals “V_Begin” .
X coordinate for horizontal sliders, Y coordinate for vertical
0x0E 0x04 x_End 2
...................................................... ................................................................ .........................
Pls refer to first three lines.
adress 0x00, 0x02 , 0x04 from this table.
Also this table with parameter must have a location in memory .Which is that ? *VP ?
&VP = *table_address ? it is self pointer of this table?( to point to it self is like object characteristic " this in OOP."
|
|