# RPI_LCD12864_Python **Repository Path**: zhangzhibo/RPI_LCD12864_Python ## Basic Information - **Project Name**: RPI_LCD12864_Python - **Description**: RPI_LCD12864_Python - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-15 - **Last Updated**: 2022-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - SendWord(text,pos)函数用于显示字符串(目前不支持中文),其中参数text为要显示的字符,pos为初始化位置,默认0x80,可省略不填. - SendDraw(bin)函数用于绘图,其中i代表绘图信息,绘图信息为128x64的二进制码(即01).绘图时将图片信息转为连续的二进制码即可(不可以包含空格换行等信息)