代码搜索结果
找到约 2,241 项符合
Keypad 的代码
key.h
#include "General.h"
#ifdef _USE_KEYPAD
#define KEYROWS 6
#define KEYCOLS 4
//---------------键盘相关--------------------------------------------------------
#define KEYNUM0 '0'
keyboard.txt
Key Action
-------------------------------------------
Options/toggles
---------------
R Repeat
S Shuffle
P/CTRL+F4 Playlist
E/Q Equalizer
Playback controls (Kp=Keypad)
-------------
keyboard.txt
Key Action
-------------------------------------------
Options/toggles
---------------
R Repeat
S Shuffle
P/CTRL+F4 Playlist
E/Q Equalizer
Playback controls (Kp=Keypad)
-------------
kpcontrol_diff_modes_ref.cpp
// NOTE THAT THIS FILE IS NOT USED BY THE DRIVER CURRENTLY BUT IT HAS SOME UNVALIDATED CODE
// THAT COULD BE USED TO TEST OTHER MODES OF THE KEYPAD CONTROLLER OF BULVERDE. MAY USE THIS
// IN FUTUR
keyboard.txt
Key Action
-------------------------------------------
Options/toggles
---------------
R Repeat
S Shuffle
P/CTRL+F4 Playlist
E/Q Equalizer
Playback controls (Kp=Keypad)
-------------
main.c
//*************************************************************************//
// dsPIC30F4011 + UART2 + LCD + Metrix-4x4 KeyPAD + Timer1
// by >> wlasoi@hotmail.com
mplxkey.asm
;*********************************************************************
;This program is to demonstrate how to multiplex four 7 segment LED
;digits and a 4X4 keypad using a PIC16C71.
;The four digi
kpd_virtual_key_table_mgt.c
/**
* @file kpd_virtual_key_table_mgt.c
*
* Coding of the access function to configuration keypad table.
* These functions allows to determine :
* - the ASCII value associated to a virt
project.p.svn-base
SOURCE{
main.c
kp_UserDef.c
}
INCLUDE{
../../../kernel/include/
../../../kernel/include/format/
../../../kernel/driver/keypad/include/
../../../kernel/driver/ir/include/
.
todo.175
VT102 emulation is complete now, except for:
- Emulation of keypad keys in applications mode (impossible?)
- Double width / double height / 132 characters (impossible?)
- Line printer support