0
点赞
收藏
分享

微信扫一扫

读取显示器EDID信息

兔八哥软件爱分享 2023-01-18 阅读 156
windowsdos


Deubg命令:

 

a100
mov di, 130
mov ax, 4f15
mov bl, 01
xor dx, dx
int 10
inc cx
cmp ax, 014f
jz 100
int 3

g
d es:130
q

用debug ,可以看到lcd的edid。。

在dos下呼叫Int10是简单的,在windows下就只能抓注册表了。目前,我们工厂没人有能力开发驱动来获得。

举报

相关推荐

0 条评论