当前位置:网站首页>Connecting the projector
Connecting the projector
2022-06-26 02:02:00 【ooolmf】
void Cmy3DScanMFCDlg::dlpConnected()
{
if (DLPC350_USB_IsConnected() == 1)return;
if (DLPC350_USB_Open() == 0);
else
{
MessageBox(_T(" Failed to connect the projector "));
return;
}
if (DLPC350_USB_IsConnected() == 1)
{
DLPC350_SetMode(false);
}
else
{
MessageBox(_T(" Failed to link projector "));
return;
}
DLPC350_SetLedEnables(0, 1, 1, 1);
DLPC350_SetLEDPWMInvert(1);
DLPC350_SetLedCurrents(30, 30, 30);//30 30 30
DLPC350_LoadImageIndex(0);
}
void Cmy3DScanMFCDlg::OnBnClickedButton1()// Connect the projector
{
AfxBeginThread(ChildThread2, (LPVOID)this);
}
边栏推荐
- 通俗易懂C語言關鍵字static
- PTA class a simulated sixth bomb: 1156-1159
- Distributed systems (II) understanding of distributed transactions
- recv & send
- Abnova CMV CISH probe solution
- 如何制定可实现中长期目标?
- Pointnet/Pointnet++学习
- Gun make (7) execute make
- How to set an achievable annual goal?
- Abnova CSV monoclonal antibody solution
猜你喜欢

Pre ++, post ++ and pre -- and post -- (+a, a++ and --a, a--)

shell学习记录(四)

recv & send

tos cos dscp 区别和作用

物联网亿万级通信一站式解决方案EMQ

Playful girl wangyixuan was invited to serve as the Promotion Ambassador for the global finals of the sixth season perfect children's model

recvmsg & sendmsg

pixel 6 root

On the difference between strlen and sizeof

如何为政企移动办公加上一道“安全锁”?
随机推荐
高手常用的电脑快捷键
缓存技术之第一次亲密接触
A solution to cross domain problems
vtk初始化代码学习1
关于VS scanf出现‘scanf‘: This function or variable may be unsafe. Consider usi问题的解决方法
Redis-链表
通俗易懂C語言關鍵字static
Reverse output an integer
将lua print输出到cocos2d控制台输出窗口中
PTA class a simulation bomb 10: 1119-1123
PTA class a simulated first bomb: 1132-1135
連接投影儀
Eight principles of element positioning
Make a row of the dataframe a column name
On the difference between strlen and sizeof
qtvtkvs2015测试代码
Redis7.0 installation steps
xargs 的作用详解
Characteristics and related specificity of Papain
CS144 环境配置