improve gauge pointer

This commit is contained in:
lixianjing 2022-08-20 16:22:47 +08:00
parent cf1798647f
commit 84a01fcc04
5 changed files with 62 additions and 47 deletions

View File

@ -1,5 +1,7 @@
<window style="dark" anim_hint="htranslate" >
<gauge x="c" y="10" w="240" h="240" image="gauge_bg" >
<gauge_pointer x="c" y="50" w="21" h="140" value="-128"
animation="value(from=-128, to=128, yoyo_times=1000, duration=5000, delay=2000)"/>
<gauge_pointer x="c" y="50" w="24" h="140" value="-128" image="gauge_pointer"
animation="value(from=-128, to=128, yoyo_times=6, duration=3000, delay=1000, auto_destroy=false)"/>
</gauge>

View File

@ -1,4 +1,8 @@
# 最新动态
2022/08/20
* 支持gauge_pointer的默认指针的宽度跟随控件宽度改变而改变(感谢智明提供补丁)
2022/08/17
* 完善conf\_xml支持通过@text访问文本内容。
* 修复编译警告(感谢智明提供补丁)

View File

@ -1,5 +1,5 @@
TK_CONST_DATA_ALIGN(const unsigned char ui_gauge[]) = {
0x04,0x00,0x01,0x01,0x23,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x67,0x61,0x75,0x67,0x65,0x00,0x00,0x00,
0x04,0x00,0x01,0x01,0xd8,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x67,0x61,0x75,0x67,0x65,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x12,0x12,0x22,0x11,0x77,0x69,0x6e,0x64,0x6f,0x77,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
@ -12,59 +12,68 @@ TK_CONST_DATA_ALIGN(const unsigned char ui_gauge[]) = {
0x2c,0x79,0x3d,0x31,0x30,0x2c,0x77,0x3d,0x32,0x34,0x30,0x2c,0x68,0x3d,0x32,0x34,0x30,0x29,0x00,0x69,
0x6d,0x61,0x67,0x65,0x00,0x67,0x61,0x75,0x67,0x65,0x5f,0x62,0x67,0x00,0x00,0x67,0x61,0x75,0x67,0x65,
0x5f,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x18,0x00,0x00,0x00,0x8c,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x15,0x00,0x00,0x00,0x8c,
0x00,0x00,0x00,0x73,0x65,0x6c,0x66,0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,
0x6c,0x74,0x28,0x78,0x3d,0x63,0x2c,0x79,0x3d,0x35,0x30,0x2c,0x77,0x3d,0x32,0x34,0x2c,0x68,0x3d,0x31,
0x34,0x30,0x29,0x00,0x76,0x61,0x6c,0x75,0x65,0x00,0x2d,0x31,0x32,0x38,0x00,0x69,0x6d,0x61,0x67,0x65,
0x00,0x67,0x61,0x75,0x67,0x65,0x5f,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x00,0x61,0x6e,0x69,0x6d,0x61,
0x6c,0x74,0x28,0x78,0x3d,0x63,0x2c,0x79,0x3d,0x35,0x30,0x2c,0x77,0x3d,0x32,0x31,0x2c,0x68,0x3d,0x31,
0x34,0x30,0x29,0x00,0x76,0x61,0x6c,0x75,0x65,0x00,0x2d,0x31,0x32,0x38,0x00,0x61,0x6e,0x69,0x6d,0x61,
0x74,0x69,0x6f,0x6e,0x00,0x76,0x61,0x6c,0x75,0x65,0x28,0x66,0x72,0x6f,0x6d,0x3d,0x2d,0x31,0x32,0x38,
0x2c,0x20,0x74,0x6f,0x3d,0x31,0x32,0x38,0x2c,0x20,0x79,0x6f,0x79,0x6f,0x5f,0x74,0x69,0x6d,0x65,0x73,
0x3d,0x36,0x2c,0x20,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3d,0x33,0x30,0x30,0x30,0x2c,0x20,0x64,
0x65,0x6c,0x61,0x79,0x3d,0x31,0x30,0x30,0x30,0x2c,0x20,0x61,0x75,0x74,0x6f,0x5f,0x64,0x65,0x73,0x74,
0x72,0x6f,0x79,0x3d,0x66,0x61,0x6c,0x73,0x65,0x29,0x00,0x00,0x00,0x00,0x67,0x61,0x75,0x67,0x65,0x00,
0x3d,0x31,0x30,0x30,0x30,0x2c,0x20,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3d,0x35,0x30,0x30,0x30,
0x2c,0x20,0x64,0x65,0x6c,0x61,0x79,0x3d,0x32,0x30,0x30,0x30,0x29,0x00,0x00,0x00,0x67,0x61,0x75,0x67,
0x65,0x5f,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x18,0x00,0x00,0x00,
0x8c,0x00,0x00,0x00,0x73,0x65,0x6c,0x66,0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,
0x75,0x6c,0x74,0x28,0x78,0x3d,0x63,0x2c,0x79,0x3d,0x35,0x30,0x2c,0x77,0x3d,0x32,0x34,0x2c,0x68,0x3d,
0x31,0x34,0x30,0x29,0x00,0x76,0x61,0x6c,0x75,0x65,0x00,0x2d,0x31,0x32,0x38,0x00,0x69,0x6d,0x61,0x67,
0x65,0x00,0x67,0x61,0x75,0x67,0x65,0x5f,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x00,0x61,0x6e,0x69,0x6d,
0x61,0x74,0x69,0x6f,0x6e,0x00,0x76,0x61,0x6c,0x75,0x65,0x28,0x66,0x72,0x6f,0x6d,0x3d,0x2d,0x31,0x32,
0x38,0x2c,0x20,0x74,0x6f,0x3d,0x31,0x32,0x38,0x2c,0x20,0x79,0x6f,0x79,0x6f,0x5f,0x74,0x69,0x6d,0x65,
0x73,0x3d,0x36,0x2c,0x20,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3d,0x33,0x30,0x30,0x30,0x2c,0x20,
0x64,0x65,0x6c,0x61,0x79,0x3d,0x31,0x30,0x30,0x30,0x2c,0x20,0x61,0x75,0x74,0x6f,0x5f,0x64,0x65,0x73,
0x74,0x72,0x6f,0x79,0x3d,0x66,0x61,0x6c,0x73,0x65,0x29,0x00,0x00,0x00,0x00,0x67,0x61,0x75,0x67,0x65,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,
0x00,0x00,0x73,0x65,0x6c,0x66,0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,
0x74,0x28,0x78,0x3d,0x63,0x2c,0x79,0x3d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x36,0x30,0x2c,0x77,0x3d,
0x32,0x34,0x30,0x2c,0x68,0x3d,0x32,0x34,0x30,0x29,0x00,0x69,0x6d,0x61,0x67,0x65,0x00,0x67,0x61,0x75,
0x67,0x65,0x5f,0x62,0x67,0x00,0x00,0x67,0x61,0x75,0x67,0x65,0x5f,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x8c,0x00,0x00,0x00,0x73,0x65,0x6c,0x66,0x5f,
0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x28,0x78,0x3d,0x63,0x2c,0x79,
0x3d,0x35,0x30,0x2c,0x77,0x3d,0x31,0x32,0x2c,0x68,0x3d,0x31,0x34,0x30,0x29,0x00,0x76,0x61,0x6c,0x75,
0x65,0x00,0x2d,0x31,0x32,0x38,0x00,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x00,0x76,0x61,0x6c,
0x75,0x65,0x28,0x66,0x72,0x6f,0x6d,0x3d,0x2d,0x31,0x32,0x38,0x2c,0x20,0x74,0x6f,0x3d,0x31,0x32,0x38,
0x2c,0x20,0x79,0x6f,0x79,0x6f,0x5f,0x74,0x69,0x6d,0x65,0x73,0x3d,0x31,0x30,0x30,0x30,0x2c,0x20,0x64,
0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3d,0x33,0x30,0x30,0x30,0x2c,0x20,0x64,0x65,0x6c,0x61,0x79,0x3d,
0x31,0x30,0x30,0x30,0x29,0x00,0x00,0x00,0x67,0x61,0x75,0x67,0x65,0x5f,0x70,0x6f,0x69,0x6e,0x74,0x65,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,
0x00,0x00,0x00,0x73,0x65,0x6c,0x66,0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,
0x6c,0x74,0x28,0x78,0x3d,0x63,0x2c,0x79,0x3d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x36,0x30,0x2c,0x77,
0x3d,0x32,0x34,0x30,0x2c,0x68,0x3d,0x32,0x34,0x30,0x29,0x00,0x69,0x6d,0x61,0x67,0x65,0x00,0x67,0x61,
0x75,0x67,0x65,0x5f,0x62,0x67,0x00,0x00,0x67,0x61,0x75,0x67,0x65,0x5f,0x70,0x6f,0x69,0x6e,0x74,0x65,
0x72,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x8c,0x00,0x00,0x00,0x73,0x65,0x6c,0x66,
0x00,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x8c,0x00,0x00,0x00,0x73,0x65,0x6c,0x66,
0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x28,0x78,0x3d,0x63,0x2c,
0x79,0x3d,0x35,0x30,0x2c,0x77,0x3d,0x33,0x32,0x2c,0x68,0x3d,0x31,0x34,0x30,0x29,0x00,0x76,0x61,0x6c,
0x75,0x65,0x00,0x2d,0x31,0x32,0x38,0x00,0x69,0x6d,0x61,0x67,0x65,0x00,0x70,0x6f,0x69,0x6e,0x74,0x65,
0x72,0x00,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x00,0x76,0x61,0x6c,0x75,0x65,0x28,0x66,0x72,
0x6f,0x6d,0x3d,0x2d,0x31,0x32,0x38,0x2c,0x20,0x74,0x6f,0x3d,0x31,0x32,0x38,0x2c,0x20,0x79,0x6f,0x79,
0x6f,0x5f,0x74,0x69,0x6d,0x65,0x73,0x3d,0x31,0x30,0x30,0x30,0x2c,0x20,0x64,0x75,0x72,0x61,0x74,0x69,
0x6f,0x6e,0x3d,0x33,0x30,0x30,0x30,0x29,0x00,0x00,0x00,0x00,0x76,0x69,0x65,0x77,0x00,0x00,0x00,0x00,
0x79,0x3d,0x35,0x30,0x2c,0x77,0x3d,0x31,0x32,0x2c,0x68,0x3d,0x31,0x34,0x30,0x29,0x00,0x76,0x61,0x6c,
0x75,0x65,0x00,0x2d,0x31,0x32,0x38,0x00,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x00,0x76,0x61,
0x6c,0x75,0x65,0x28,0x66,0x72,0x6f,0x6d,0x3d,0x2d,0x31,0x32,0x38,0x2c,0x20,0x74,0x6f,0x3d,0x31,0x32,
0x38,0x2c,0x20,0x79,0x6f,0x79,0x6f,0x5f,0x74,0x69,0x6d,0x65,0x73,0x3d,0x31,0x30,0x30,0x30,0x2c,0x20,
0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3d,0x33,0x30,0x30,0x30,0x2c,0x20,0x64,0x65,0x6c,0x61,0x79,
0x3d,0x31,0x30,0x30,0x30,0x29,0x00,0x00,0x00,0x67,0x61,0x75,0x67,0x65,0x5f,0x70,0x6f,0x69,0x6e,0x74,
0x65,0x72,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x8c,0x00,0x00,0x00,0x73,0x65,0x6c,
0x66,0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x28,0x78,0x3d,0x63,
0x2c,0x79,0x3d,0x35,0x30,0x2c,0x77,0x3d,0x33,0x32,0x2c,0x68,0x3d,0x31,0x34,0x30,0x29,0x00,0x76,0x61,
0x6c,0x75,0x65,0x00,0x2d,0x31,0x32,0x38,0x00,0x69,0x6d,0x61,0x67,0x65,0x00,0x70,0x6f,0x69,0x6e,0x74,
0x65,0x72,0x00,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x00,0x76,0x61,0x6c,0x75,0x65,0x28,0x66,
0x72,0x6f,0x6d,0x3d,0x2d,0x31,0x32,0x38,0x2c,0x20,0x74,0x6f,0x3d,0x31,0x32,0x38,0x2c,0x20,0x79,0x6f,
0x79,0x6f,0x5f,0x74,0x69,0x6d,0x65,0x73,0x3d,0x31,0x30,0x30,0x30,0x2c,0x20,0x64,0x75,0x72,0x61,0x74,
0x69,0x6f,0x6e,0x3d,0x33,0x30,0x30,0x30,0x29,0x00,0x00,0x00,0x00,0x76,0x69,0x65,0x77,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x28,0x00,0x00,0x00,
0x73,0x65,0x6c,0x66,0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x28,
0x78,0x3d,0x30,0x2c,0x79,0x3d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x31,0x30,0x2c,0x77,0x3d,0x31,0x30,
0x30,0x25,0x2c,0x68,0x3d,0x34,0x30,0x29,0x00,0x63,0x68,0x69,0x6c,0x64,0x72,0x65,0x6e,0x5f,0x6c,0x61,
0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x28,0x72,0x3d,0x31,0x2c,0x63,0x3d,0x34,
0x2c,0x73,0x3d,0x35,0x2c,0x6d,0x3d,0x35,0x29,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x28,0x00,0x00,
0x00,0x73,0x65,0x6c,0x66,0x5f,0x6c,0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,
0x28,0x78,0x3d,0x30,0x2c,0x79,0x3d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x31,0x30,0x2c,0x77,0x3d,0x31,
0x30,0x30,0x25,0x2c,0x68,0x3d,0x34,0x30,0x29,0x00,0x63,0x68,0x69,0x6c,0x64,0x72,0x65,0x6e,0x5f,0x6c,
0x61,0x79,0x6f,0x75,0x74,0x00,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x28,0x72,0x3d,0x31,0x2c,0x63,0x3d,
0x34,0x2c,0x73,0x3d,0x35,0x2c,0x6d,0x3d,0x35,0x29,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,0x6e,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,
0x61,0x6d,0x65,0x00,0x73,0x74,0x61,0x72,0x74,0x00,0x74,0x65,0x78,0x74,0x00,0x53,0x74,0x61,0x72,0x74,
0x00,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x70,0x61,0x75,0x73,
0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x50,0x61,0x75,0x73,0x65,0x00,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,
0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x6e,0x61,0x6d,0x65,0x00,0x73,0x74,0x61,0x72,0x74,0x00,0x74,0x65,0x78,0x74,0x00,0x53,0x74,0x61,0x72,
0x74,0x00,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x73,0x74,0x6f,0x70,0x00,0x74,0x65,0x78,0x74,0x00,0x53,0x74,
0x6f,0x70,0x00,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x70,0x61,0x75,
0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x50,0x61,0x75,0x73,0x65,0x00,0x00,0x00,0x62,0x75,0x74,0x74,
0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,
0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,};/*1363*/
0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x73,0x74,0x6f,0x70,0x00,0x74,0x65,0x78,0x74,0x00,0x53,
0x74,0x6f,0x70,0x00,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,
0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,};/*1544*/

Binary file not shown.

View File

@ -276,7 +276,7 @@ static ret_t gauge_pointer_paint_default(widget_t* widget, vgcanvas_t* vg) {
vgcanvas_begin_path(vg);
vgcanvas_move_to(vg, cx, 0);
vgcanvas_line_to(vg, cx, cx + h * DEFAULT_POINTER_SIZE);
vgcanvas_set_line_width(vg, 2);
vgcanvas_set_line_width(vg, tk_max_int(1, tk_roundi(cx / 3.0f)));
vgcanvas_set_stroke_color(vg, bg);
vgcanvas_stroke(vg);