代码搜索结果
找到约 10,000 项符合
Screen 的代码
.screen.205y03
00002580
536870961 536870958 536871118 536871108 536871100 536871166 536870952 570425414 536870953 1879048224 1879048242 1879048238 1879048369 1879048416 1879048380 1879048365 1879048232 1912602693 18
05 - clearing the screen.rb
#!/usr/bin/ruby -w
# clear_console.rb
clear_code = %x{clear}
puts 'Press enter to clear the screen.'
$stdin.gets
print clear_code
puts "It's cleared!"
#---
%x{clear} # => "\e[H\e[2J
hw_blue_screen.h
#ifndef _HW_BLUE_SCREEN_H_
#define _HW_BLUE_SCREEN_H_
#define TC_CS_DPRT FIO2DIR
#define TC_CS_PRTS FIO2SET
#define TC_CS_PRTC FIO2CLR
#define TC_CS_PIN 2
#define TC_PEN_DPRT FIO2DIR
#
app_screen_obj.h
#ifndef _APP_SCREEN_OBJ_H_
#define _APP_SCREEN_OBJ_H_
void KeyPadScreenInit(void);
#endif
app_screen_obj.c
#include "app_config.h"
extern so_obj_t so_obj[MAX_SCR_OBJ];
#include "pic_key.h"
#include "pic_num.h"
#define KEY_BLUE 0
#define KEY_GREEN 1
#define KEY_RED 2
unsigned char key_color