爱技术

 找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 714|回复: 12
收起左侧

[求助] 关于图标式温度计请高手出招

[复制链接]
发表于 2006-2-27 11:04:34 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?注册会员 微信登录

x
请高手帮忙,我的是M6C V50
请看截图,那个图标式温度计的补丁打上了,坐标也修改好了,但遇到一个问题,就是我的自定义字符右下角红圈部位显示不正常,字被削去了一部分,好像那部分正好是显示未改坐标之前的图标式温度计的图标的,我是想尽了各种办法也解决不了,补丁里也没找到相关调整的语句,请高手出招,万分感谢!!!

以下是我修改坐标的补丁:
;* Accu Temperature As Graphic Indicator v1.5 *
;(c) benj9 (r) ACiD[mrp], avkiev, BuG
;M6Cv50 (p) Devil_997
;
08BFD6A: 02D000F08FFA C04641F7B8FA
+8012E0
#pragma enable old_equal_ff
00: FFB5214880473f27C74001200740012F
10: 03D0FFBCBEF0CBFF00BD9f2101220D1C ;14-->BL A08C028E
20: 0091019287227d2182230E98174DA847
30: 009568240F2501200321154A90470A21
40: 0902AA31401A00210A061116401803D5
50: 2D230235635340420E4F0F4E963801D5
60: 321C0BE0C0210031884201DB3A1C05E0
70: C117090F081809490011421858201921
80: 074B9847C5E700000d1d8da0f7028ca0 ; 88-->GetProfile,8C-->DrawCanvas
90: 6cae22a1dc040000db040000de040000 ; 90-->GetAccu
A0: 1d038ca0  ;--> DrawImage
#pragma disable old_equal_ff

; there are 14 pictures.
; 1 pic below temp_min, 1 pic over temp_max, 12 pics in the range of temp_min to temp_max
; for demonstration the built-in accu icons are used, feel free to create your own set of icons
; uncomment lines 98-9C to use attached pics set
; in this case * Addition To PIT Table * patch must be installed

# picture numbers #
;98: db04 ; spc icon no. for temperature < temp_min
;94: dc04 ; spc icon no. for temperature >= (temp_min+range)
;9C: de04 ; spc icon no. of first icon (12 pics for a range from temp_min to temp_max (like accu indicator pics)
##########
# icon position #
;7C: 58 ; icon_x_start
;7E: 19 ; icon_y_start
##########
# canvas (erase background under icon) position #
;26: 7d ; canvas_x_start
;28: 82 ; canvas_x_end ; x_start + iconwidth
;24: 87 ; canvas_y_start
;1A: 9f ; canvas_y_end ; y_start + iconheight
##########
# minimum temperature for display #
;5C: 96 96 ; temp_min: minimum temperature ( 0xB4 = 180 = 18°C),(0x96=150=15°)
; temp_max: temp_min + range (range is (a) 19.2°C or (b) 38.4°C)
##########
# range of display #
; you can make the range of the 12 icons between temp_min and temp_max 19.2°C or 38.4°C
; following lines: (a) range is 19.2°C, (b) range is 38.4°C
;72: 090F C90E ; (a):090F, (b):C90E
;78: 0011 4011 ; (a):0011, (b):4011
;66: 00 C0 ; (a):00, (b):C0
##########
# temperature calibration #
;34: 0F 0i015 ; Adjust temperature by 0.1°C: 000 - TBA, 030 - TEN, 015 - (TBA+TEN)/2, -010 - TBA-1
##########
# profile configuration #
; every single bit of the profile key represents a profile,
; the most left one is profile no. 7, the most right one profile no. 1
; to activate patch in a certain profile, set the according bit to 1
; example: 0n0100101 - patch is active in profiles no. 1, 3 and 6
;06: 3F 0n0111111 ; profile key
##########
# canvas mode #
;2A: 0E98 0020 ; normally line is turned off
; turn on line means: canvas doesn't select a background automatically, but
; erases always with SkinApplicationIdleImage. use with an activated background
; image on phone to calibrate canvas
##########

[ 本帖最后由 wxjsw 于 2006-2-26 15:14 编辑 ]
33.bmp
 楼主| 发表于 2006-2-27 11:23:40 | 显示全部楼层
自己顶,请高手一定帮忙啊,我就这一个补丁没搞定了,要搞不定我会遗憾终生的....呵呵 在这先谢谢大家啦
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-27 14:03:30 | 显示全部楼层
没人知道没吗?大家帮帮忙啊
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-27 20:42:47 | 显示全部楼层
难道真没人知道到底是什么原因吗?
回复 支持 反对

使用道具 举报

发表于 2006-2-27 21:07:16 | 显示全部楼层
弱弱的问:这个温度计是指示的什么温度?
回复 支持 反对

使用道具 举报

发表于 2006-2-27 21:22:50 | 显示全部楼层
这个补丁主要是为了美观,实际意义。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-27 22:04:10 | 显示全部楼层
我都快急疯了,试了N次,还是  解决不了问题,哪位老大出招帮帮我啊,谢谢了啊
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-28 10:15:00 | 显示全部楼层
唉,看样是没人帮我了,算了,放弃了,这个补丁不刷了~~~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-5 17:43:13 | 显示全部楼层
自己再顶一下,希望哪位高手看见了能指点一下.
回复 支持 反对

使用道具 举报

发表于 2006-3-5 18:19:58 | 显示全部楼层
佩服楼主钻牛角尖的 精神 啊
回复 支持 反对

使用道具 举报

发表于 2006-3-5 18:37:05 | 显示全部楼层
# canvas (erase background under icon) position #
;26: 7d ; canvas_x_start
;28: 82 ; canvas_x_end ; x_start + iconwidth
;24: 87 ; canvas_y_start
;1A: 9f ; canvas_y_end ; y_start + iconheight

这部分坐标定义为当前温度图标所在的坐标,其中start和end的坐标可相等...
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-6 19:49:31 | 显示全部楼层
谢谢star,搞定了,我的心病终于治好了,谢谢star  谢谢!谢谢!
回复 支持 反对

使用道具 举报

发表于 2006-4-20 23:48:01 | 显示全部楼层
牛比啊 啊
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员 微信登录

本版积分规则

小黑屋|Archiver|手机版|爱技术 ( 沪ICP备08115260号-3 )

GMT+8, 2025-7-25 23:47

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表