文件名称:backlight_ctl
介绍说明--下载内容均来自于网络,请自行研究使用
《背光控制程序》
根据Tiny6410厂家提供的内核源码中的触屏驱动(路径:drivers/input/touchscreen/mini6410_1wire_host.c),背光由设备</dev/backlight-1wire>控制,该设备提供了write方法,根据用户传入的亮度值(0 ~ 127)来设置背光。
程序由操作函数<backlight_ctl.c> ,头文件<backlight_ctl.h>,测试程序<test.c>组成。-"Backlight control procedures."
According Tiny6410 kernel source provided by the manufacturer of touch screen driver (path: drivers/input/touchscreen/mini6410_1wire_host.c), backlit by the device </ dev/backlight-1wire> control, the device provides a write method, passing the user the brightness value (0 ~ 127) to set the backlight.
Program by the operating function <backlight_ctl.c>, header files <backlight_ctl.h>, test procedures <test.c> composition.
根据Tiny6410厂家提供的内核源码中的触屏驱动(路径:drivers/input/touchscreen/mini6410_1wire_host.c),背光由设备</dev/backlight-1wire>控制,该设备提供了write方法,根据用户传入的亮度值(0 ~ 127)来设置背光。
程序由操作函数<backlight_ctl.c> ,头文件<backlight_ctl.h>,测试程序<test.c>组成。-"Backlight control procedures."
According Tiny6410 kernel source provided by the manufacturer of touch screen driver (path: drivers/input/touchscreen/mini6410_1wire_host.c), backlit by the device </ dev/backlight-1wire> control, the device provides a write method, passing the user the brightness value (0 ~ 127) to set the backlight.
Program by the operating function <backlight_ctl.c>, header files <backlight_ctl.h>, test procedures <test.c> composition.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
backlight_ctl.c
backlight_ctl.h
test.c
backlight_ctl.h
test.c