代码搜索:backlight
找到约 550 项符合「backlight」的源代码
代码结果 550
www.eeworm.com/read/289914/8517860
c backlight.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/375339/9363625
def backlight.def
LIBRARY backlight
EXPORTS BAK_Init
BAK_Deinit
BAK_Open
BAK_Close
BAK_Read
BAK_Write
BAK_Seek
BAK_PowerDown
BAK_PowerUp
BAK_IOControl
www.eeworm.com/read/363199/9965483
cs backlight.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace Fyfjm
{
p
www.eeworm.com/read/445014/7601683
c backlight.c
///////////////////////////////////////////////////
#include
#include
#include
#include
#include "BackLight.h"
static HANDLE gPendownEvent = NULL;
www.eeworm.com/read/439474/7708117
java backlight.java
package media;
//Download by http://www.codefans.net
public class BackLight {
public static void on(int i) {
// TODO 自动生成方法存根
}
}
www.eeworm.com/read/438146/7735772
c backlight.c
/*
* Backlight Lowlevel Control Abstraction
*
* Copyright (C) 2003,2004 Hewlett-Packard Company
*
*/
#include
#include
#include
#include
www.eeworm.com/read/435325/7793590
h backlight.h
/*****************************************************
file name: backlight.h
author: lishiqi
date: 2005 11 25
******************************************************/
/********
www.eeworm.com/read/434636/7851598
c backlight.c
/*
Motorola C650-style backlight driver
----------------------------
(c) motoprogger 2008
*/
/* This driver supposes display backlight control at GPIO A6 and
* keypad backlight contr
www.eeworm.com/read/434636/7851659
h backlight.h
#ifndef BACKLIGHT_DRV_H
#define BACKLIGHT_DRV_H
#include "../libs/motolibs.h"
/* Switches keypad and display backlight on and off */
void backlight_set(bool bl_display, bool bl_keypad);
#en