OpenHarmony开源社区
直播中

CortexA

6年用户 12经验值
擅长:可编程逻辑 嵌入式技术 接口/总线/驱动 RF/无线
私信 关注

RK3568 OH3.1 桌面实现旋转

RK3568 开机让桌面旋转180度,如何实现? 尝试了william hill官网 里大神的答案添加以下两行代码 编译报错了?


main.cpp:40:18: error: no member named 'SetOrientation' in 'OHOS::Rosen::ScreenManager';

=======================================

OH 3.1 Release版本可以在 foundation\graphic\standard\frameworks\bootanimation\src\main.cpp中

WaitRenderServiceInit();

//增加下面两行

auto screens = OHOS::Rosen::ScreenManager::GetInstance().GetAllScreens();

screens[0]->SetOrientation(OHOS::Rosen::Orientation::HORIZONTAL);

回帖(1)

CortexA

2023-6-9 10:44:16
foundation/graphic/standard/frameworks/bootanimation/src/main.cpp:29:33: error: no member named 'ScreenManager' in namespace 'OHOS::Rosen'
举报

更多回帖

发帖
×
20
完善资料,
赚取积分