代码搜索结果
找到约 2,241 项符合
Keypad 的代码
lad_pad.c
/*
* ladpad.c: A device driver for the Laddie remote entry
* station with a 16 button keypad, an LED, and a HD44780
* based alphanumeric LCD display.
*
* Copyright (c) 2005,2006 by Laddie Group,
p6.3.c
#include
#include
#include
#include
void init()
{
initscr();
cbreak();
nl();
noecho();
intrflush(stdscr,FALSE);
keypad(stdscr,TRUE);
r
p6.3.c
#include
#include
#include
#include
void init()
{
initscr();
cbreak();
nl();
noecho();
intrflush(stdscr,FALSE);
keypad(stdscr,TRUE);
r
p6.3.c
#include
#include
#include
#include
void init()
{
initscr();
cbreak();
nl();
noecho();
intrflush(stdscr,FALSE);
keypad(stdscr,TRUE);
r
p6.3.c
#include
#include
#include
#include
void init()
{
initscr();
cbreak();
nl();
noecho();
intrflush(stdscr,FALSE);
keypad(stdscr,TRUE);
r
p6.3.c
#include
#include
#include
#include
void init()
{
initscr();
cbreak();
nl();
noecho();
intrflush(stdscr,FALSE);
keypad(stdscr,TRUE);
r
p163.c
#include"lcd.c"
#include"keypad.c"
#define putchar write_lcd_data
typedef struct{
char hour;
char minute;
char second;
}time;
typedef struct{
char year;
char month;
exercise-3.c
/* Exercise 3
A touch keypad demo for the F4270, constructed from elements of examples:
fet110_ca_04.c
fet110_P2_int.c
with the addition of code to control the contrast
numpad
xkb_types "microsoft" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;
preserve[Shift] = Shift;
map[NumLock] = Level2;
level_name[Level1]
numpad
xkb_types "microsoft" {
type "KEYPAD" {
modifiers = Shift+NumLock;
map[None] = Level1;
preserve[Shift] = Shift;
map[NumLock] = Level2;
level_name[Level1]