# tslib_for_mcu **Repository Path**: hokgaai/tslib_for_mcu ## Basic Information - **Project Name**: tslib_for_mcu - **Description**: 整理裁剪一个tslib用于单片机平台,例程基于STM32 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 9 - **Created**: 2020-01-10 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tslib是linux 下的一个开源电阻触摸屏触摸校准库。 本人裁剪后,得到一个逻辑简单的库,方便大家用于普通单片机。 本例程基于STM32F103 + XPT2046 + 9341 LCD + tslib。 `doc`:网络收集的一些文档。 `stm32_tech`:例程工程 `stm32_tech\dev\tslib`:裁剪后的tslib库。