[ARM应用]不改变内核代码,解决LCD屏自动并闭
可以在应用程序中实现,不要去改动内核驱动,编一小程序:
本文引用地址:https://www.eepw.com.cn/article/201612/341596.htm#include
#include
#include
void keep_LCD_screen(void)
{
int fd;
fd = open("/dev/tty0", O_RDWR);
write(fd, "
可以在应用程序中实现,不要去改动内核驱动,编一小程序:
本文引用地址:https://www.eepw.com.cn/article/201612/341596.htm#include
#include
#include
void keep_LCD_screen(void)
{
int fd;
fd = open("/dev/tty0", O_RDWR);
write(fd, "