FabGL
ESP32 Display Controller and Graphics Library
|
This file contains fabgl::PS2Controller definition. More...
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/timers.h"
#include "fabutils.h"
#include "fabglconf.h"
Go to the source code of this file.
Classes | |
class | PS2Controller |
The PS2 device controller class. More... | |
Enumerations | |
enum | KbdMode { NoVirtualKeys, GenerateVirtualKeys, CreateVirtualKeysQueue } |
This enum defines how handle keyboard virtual keys. More... | |
enum | PS2Preset { KeyboardPort0_MousePort1, KeyboardPort1_MousePort0, KeyboardPort0, KeyboardPort1, MousePort0, MousePort1 } |
This enum defines what is connected to PS/2 ports. More... | |
This file contains fabgl::PS2Controller definition.
Definition in file ps2controller.h.