📄 hw_pixelview.h
字号:
/* $Id: hw_pixelview.h,v 5.3 1999/09/06 14:56:04 columbus Exp $ *//**************************************************************************** ** hw_pixelview.h ********************************************************** **************************************************************************** * * routines for PixelView Play TV receiver * * Copyright (C) 1999 Christoph Bartelmus <lirc@bartelmus.de> * */#ifndef _HW_PIXELVIEW_H#define _HW_PIXELVIEW_H#include "drivers/lirc.h"int pixelview_decode(struct ir_remote *remote, ir_code *prep,ir_code *codep,ir_code *postp, int *repeat_flagp,lirc_t *remaining_gapp);int pixelview_init(void);int pixelview_deinit(void);char *pixelview_rec(struct ir_remote *remotes);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -