Neucrack

Results 284 comments of Neucrack

haha, to get the cursor width pixel, I used a stupid but works code ```python cursor = screen.cursor self.cursor_x = cursor.x self.cursor_y = cursor.y # get the line text where...

下对应的toochain,手动编译

@HuLian21 如果是树莓派3B而且系统是14.07的话,用[这个](https://downloads.openwrt.org/snapshots/trunk/brcm2708/generic/OpenWrt-Toolchain-brcm2708-bcm2708_gcc-5.3.0_musl-1.1.16_eabi.Linux-x86_64.tar.bz2),BCM47xx选哪个版本,你可以 ``` cat /proc/cpuinfo ``` 查看`cpu model`字段

no 1-wire support by hardware, you can achive it by use GPIO lib

there's no operation related to PIN code

We can add this feature but PIN code related operation is pretty dangerous for some user, and most of application don't need it, so we didn't add this feature. So......

AT+CGSN may can not get the correct IMEI either if CSDK API can not

What is the order of this two operation? 1:get imei by AT command 2:get imei by CSDK API `1 -> 2` or `2->1` or `1->2->1`

暂时没有提供这款屏幕的例程,你可以在网上找点资料,这款屏幕的资料很多的,使用IO驱动都是可以的