Skip to content
forked from yanjs/T503d

A driver for 10moons T503 tablet

License

Notifications You must be signed in to change notification settings

konstantin1722/T503d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T503d

A driver for 10moons T503 tablet on Linux platform.

Requirements

libevdev 1.12.1

libusb 1.0.26

Configuration

You can edit src/T503_key_settings.inc and remake to customize the key bindings for all 6 buttons.

Build

To build the driver using CMake, run the following commands:

cmake -S . -B ./build
cmake --build ./build

Alternatively, you can use MakeFile:

make

Usage

Running in the foreground (administrator privilege required).

sudo ./build/T503d

Issues

If you find any bugs or memory leaks, feel free to leave an issue / PR.

About

A driver for 10moons T503 tablet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.2%
  • Makefile 4.1%
  • CMake 1.5%
  • Pawn 1.2%