Difference between revisions of "Example brightness"
(Created page with "{{todo|InProgress(11.13.13-13:32->JG+)|Jgreene|project=oe 4,oe 5,ky,md,InProgress}}") |
|||
| Line 1: | Line 1: | ||
| − | {{todo|InProgress(11.13.13-13: | + | {{todo|InProgress(11.13.13-13:48->JG+)|Jgreene|project=oe 4,oe 5,ky,md,InProgress}} |
| + | <big>This procedure provides an overview of how to compile and run the ''brightness'' C example project. It assumes familiarity with the C programming language and is intended to be used by experienced programmers who are looking to learn the EMAC SDK.</big> | ||
| + | |||
| + | ====1. Open the ''C/C++'' editing perspective==== | ||
| + | |||
| + | ====2. Open the ''brightness'' project==== | ||
| + | |||
| + | ====3. Build, upload and run==== | ||
| + | |||
| + | ==What it does== | ||
| + | |||
| + | |||
| + | |||
| + | ''From the comments in <code>brightness.c</code>'' | ||
| + | |||
| + | Simple Brightness/Backlight control for the EMAC PPC-E7 | ||
| + | and SoM-9307. Implements a slider application in GTK+ | ||
| + | that directly controls the backlight through its sysfs | ||
| + | interface. Tested under Xfbdev/Matchbox. | ||
Revision as of 13:49, 13 November 2013
This procedure provides an overview of how to compile and run the brightness C example project. It assumes familiarity with the C programming language and is intended to be used by experienced programmers who are looking to learn the EMAC SDK.
Contents
1. Open the C/C++ editing perspective
2. Open the brightness project
3. Build, upload and run
What it does
From the comments in brightness.c
Simple Brightness/Backlight control for the EMAC PPC-E7 and SoM-9307. Implements a slider application in GTK+ that directly controls the backlight through its sysfs interface. Tested under Xfbdev/Matchbox.