
code
文章平均质量分 66
xuyss
农民
展开
-
MTK lcd debug method----update lcd init code online
/********************************** Put these codes on the lcm driver file* And use LCM_DEBUG_MAIN func to activty yours debug function.* Use adb command to push your edit configer file in the s原创 2012-10-25 11:18:49 · 1074 阅读 · 0 评论 -
uvcvideo: Marking buffer as bad (error bit set).
There are a lot of error logs on uvcvideo.[17999.817207,0] uvcvideo: Marking buffer as bad (error bit set).[17999.817390,0] uvcvideo: Frame complete (EOF found).[17999.817946,0] uvcvideo: Dropping...原创 2018-07-30 16:07:06 · 1196 阅读 · 0 评论 -
Remove excel vb password
Remove excel vb passwordNew a excel and open Visual Basic edit window, then insert a module. Put below code in module.Option Explicit#If Win64 ThenPrivate Declare PtrSafe Sub MoveMemory Lib "kernel3...原创 2018-06-26 17:02:12 · 467 阅读 · 0 评论 -
Matlab Uart receive data and print in the frame of axes
Button callback funcitonglobal L1;global times;if (get(hObject,'Value'))axes(handles.axes);cla;times = 0;delete(instrfindall('Type','serial')); scom = serial('COM1');set(scom,'BaudRate', 115200,'DataB...原创 2018-06-14 14:29:20 · 264 阅读 · 0 评论 -
LINKS of OpenWRT and Nuttx
OpenWRThttps://wiki.openwrt.org/starthttp://www.openwrt.org.cn/Examples of OpenWRThttp://www.jbprojects.net/projects/wifirobot/http://blog.chinaunix.net/uid-210143-id-2409658.h原创 2018-01-22 10:44:26 · 339 阅读 · 0 评论 -
VIM ex
http://vim.wikia.com/wiki/Browsing_programs_with_tagsWhen editing programs, there is often a need to jump to another location, for example, to see how a function is defined. To help, Vim uses a原创 2016-07-01 10:59:21 · 350 阅读 · 0 评论 -
在codecademy学习的第一个index.html
body{ text-align: center; background: url("http://images.takungpao.com/2013/0506/20130506100134584.jpg"); background-size: cover; background-position: center center; backgroun原创 2014-02-07 16:35:31 · 872 阅读 · 1 评论 -
TI LP5560 driver code
/* * drivers/leds/lp5560_leds.c * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * mo原创 2013-09-23 11:08:14 · 915 阅读 · 0 评论 -
MTK平台上读取LCM error report
1、目的如何读取LCM吐出的ERROR REPORT2、说明有的LCD IC有相应的寄存器可以存储ERROR REPORT类型,这种方式比较简单,我们只需要读取寄存器即可(请咨询FAE)。我们这里阐述的方法是针对在每个BTA后,都会携带ERROR REPORT PACKAGE的情况。3、方法MTK的read buffer一共可以存储16 byte,分为4组;我们在使用D原创 2013-09-23 11:03:54 · 1482 阅读 · 0 评论 -
[forward] Use USB-Serial adapters via Windows Subsystem for Linux
https://www.scivision.co/usb-tty-windows-subsystem-for-linux/Use USB-Serial adapters via Windows Subsystem for Linux 1 minute read On this pageNotes WSL USB-serial troubleshooting Windows ...转载 2018-11-23 11:14:58 · 441 阅读 · 0 评论