1、简介
TP IC芯片的ESD防护等级为±2KV. 整机时,根据整机的密封及导流能力,可达最高防护等级4:接触±8KV, 空气±15KV. 冬天,人体容易产生大量静电,如脱毛衣时,
容易对电子设备产生影响,导致工作不正常。TP/LCD因为处于设备表层,属于受影响较大的模块之一。为了降低影响,ESD_Check机制是目前常用的手段。
ESD_Check概念:当芯片受外部干扰,工作不正常时,如TP报点或LCD显示异常,芯片会进入“重生”模式:reset.

2、方式: 目前主流方式有2种:
方案1:内核起一个周期性线程,读tp ic固定寄存器,如果值多次无变化,则判断固件异常,reset;
优秀代表: Focal
方案2:内核起一个周期性线程,同时固件周期性拉中断更新一个timer值,如果内核线程判断timer更新超时,则判断为固件异常,
reset. 优秀代表:Nova

2.1: focal
2.1.1代码流程:

2.1.2关键数据结构:

2.1.3蓝领:

5: TDDI IC, LCD reset之后,TP恢复默认设置(本功能已废止,LCD直接走suspend/resume流程)

/* 6. Get Chip ID */
hardware_reset = get_chip_id(ts_data); //读chip_id失败,直接reset
-> fts_esdcheck_tp_reset(ts_data);

/* 7. get Flow work cnt: 0x91 If no change for 5 times, then ESD and reset */
if (!hardware_reset) {
hardware_reset = get_flow_cnt(ts_data);
}

注意:
a:有触摸事件时,不触发esd检测机制;
b: 目前focal默认推荐的机制最长需要6秒的时间能定位一个esd问题,并触发reset.

2, Nova
2.1 概述 固件周期性拉中断,如,1s, 从固件中读取到的值中判断是esd/触摸中断,走不同流程。

2.1.1 驱动流程

2.1.2 中断处理函数

2.1.2.1 固件固定地址如果上报了0xFD, 0xFE,则判断为固件异常,直接reset;
2.1.2.2 固件固定地址如果上报了0x77,为esd事件,走esd流程,并退出中断;

2.1.3 蓝领

2.1.3.1
Esd每隔1s拉一次中断,实时更新irq_timer;
2.1.3.2
Delayed_work 每隔1.5s判断 irq_timer是否超过1.5s没有更新,如果是,则断定为发生了esd事件,走固件更新流程。
注意:
a:有触摸时,固件不拉esd中断,每个触摸事件,也会更新 irq_timer;
b:没有触摸时,默认最长3s可以定位一次esd事件并reset

小小心得:
从tp esd事件的检测流程上看,默认情况,nvt效率比focal最少高一倍,但多了触发int的开销。从设备的角度看,只有IC/固件最清楚自己是否有异常,因此由IC端来判断是否要reset,更合理。

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

新的改变

我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:

  1. 全新的界面设计 ,将会带来全新的写作体验;
  2. 在创作中心设置你喜爱的代码高亮样式,Markdown 将代码片显示选择的高亮样式 进行展示;
  3. 增加了 图片拖拽 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;
  4. 全新的 KaTeX数学公式 语法;
  5. 增加了支持甘特图的mermaid语法1 功能;
  6. 增加了 多屏幕编辑 Markdown文章功能;
  7. 增加了 焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置 等功能,功能按钮位于编辑区域与预览区域中间;
  8. 增加了 检查列表 功能。

功能快捷键

撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表:Ctrl/Command + Shift + C
插入代码:Ctrl/Command + Shift + K
插入链接:Ctrl/Command + Shift + L
插入图片:Ctrl/Command + Shift + G
查找:Ctrl/Command + F
替换:Ctrl/Command + G

合理的创建标题,有助于目录的生成

直接输入1次#,并按下space后,将生成1级标题。
输入2次#,并按下space后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用TOC语法后生成一个完美的目录。

如何改变文本的样式

强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

插入链接与图片

链接: link.

图片:

带尺寸的图片:

居中的图片:

居中并且带尺寸的图片:

当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。

如何插入一段漂亮的代码片

去博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.

// An highlighted block
var foo = 'bar';

生成一个适合你的列表

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的:

项目 Value
电脑 $1600
手机 $12
导管 $1

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
第一列文本居中 第二列文本居右 第三列文本居左

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

TYPE ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash

创建一个自定义列表

Markdown
Text-to-HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。2

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

您可以使用渲染LaTeX数学表达式 KaTeX:

Gamma公式展示 Γ(n)=(n−1)!∀n∈N\Gamma(n) = (n-1)!\quad\forall n\in\mathbb NΓ(n)=(n−1)!∀n∈N 是通过欧拉积分

Γ(z)=∫0∞tz−1e−tdt.\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章

Mon 06Mon 13Mon 20已完成 进行中 计划一 计划二 现有任务Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

#mermaid-svg-j7IY4thN4hrEaPSD .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-j7IY4thN4hrEaPSD .label text{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .node rect,#mermaid-svg-j7IY4thN4hrEaPSD .node circle,#mermaid-svg-j7IY4thN4hrEaPSD .node ellipse,#mermaid-svg-j7IY4thN4hrEaPSD .node polygon,#mermaid-svg-j7IY4thN4hrEaPSD .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-j7IY4thN4hrEaPSD .node .label{text-align:center;fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .node.clickable{cursor:pointer}#mermaid-svg-j7IY4thN4hrEaPSD .arrowheadPath{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-j7IY4thN4hrEaPSD .flowchart-link{stroke:#333;fill:none}#mermaid-svg-j7IY4thN4hrEaPSD .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-j7IY4thN4hrEaPSD .edgeLabel rect{opacity:0.9}#mermaid-svg-j7IY4thN4hrEaPSD .edgeLabel span{color:#333}#mermaid-svg-j7IY4thN4hrEaPSD .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-j7IY4thN4hrEaPSD .cluster text{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-j7IY4thN4hrEaPSD .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-j7IY4thN4hrEaPSD text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-j7IY4thN4hrEaPSD .actor-line{stroke:grey}#mermaid-svg-j7IY4thN4hrEaPSD .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-j7IY4thN4hrEaPSD .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-j7IY4thN4hrEaPSD #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-j7IY4thN4hrEaPSD .sequenceNumber{fill:#fff}#mermaid-svg-j7IY4thN4hrEaPSD #sequencenumber{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD #crosshead path{fill:#333;stroke:#333}#mermaid-svg-j7IY4thN4hrEaPSD .messageText{fill:#333;stroke:#333}#mermaid-svg-j7IY4thN4hrEaPSD .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-j7IY4thN4hrEaPSD .labelText,#mermaid-svg-j7IY4thN4hrEaPSD .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-j7IY4thN4hrEaPSD .loopText,#mermaid-svg-j7IY4thN4hrEaPSD .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-j7IY4thN4hrEaPSD .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-j7IY4thN4hrEaPSD .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-j7IY4thN4hrEaPSD .noteText,#mermaid-svg-j7IY4thN4hrEaPSD .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-j7IY4thN4hrEaPSD .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-j7IY4thN4hrEaPSD .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-j7IY4thN4hrEaPSD .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-j7IY4thN4hrEaPSD .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .section{stroke:none;opacity:0.2}#mermaid-svg-j7IY4thN4hrEaPSD .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-j7IY4thN4hrEaPSD .section2{fill:#fff400}#mermaid-svg-j7IY4thN4hrEaPSD .section1,#mermaid-svg-j7IY4thN4hrEaPSD .section3{fill:#fff;opacity:0.2}#mermaid-svg-j7IY4thN4hrEaPSD .sectionTitle0{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .sectionTitle1{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .sectionTitle2{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .sectionTitle3{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-j7IY4thN4hrEaPSD .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .grid path{stroke-width:0}#mermaid-svg-j7IY4thN4hrEaPSD .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-j7IY4thN4hrEaPSD .task{stroke-width:2}#mermaid-svg-j7IY4thN4hrEaPSD .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .taskText:not([font-size]){font-size:11px}#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-j7IY4thN4hrEaPSD .task.clickable{cursor:pointer}#mermaid-svg-j7IY4thN4hrEaPSD .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-j7IY4thN4hrEaPSD .taskText0,#mermaid-svg-j7IY4thN4hrEaPSD .taskText1,#mermaid-svg-j7IY4thN4hrEaPSD .taskText2,#mermaid-svg-j7IY4thN4hrEaPSD .taskText3{fill:#fff}#mermaid-svg-j7IY4thN4hrEaPSD .task0,#mermaid-svg-j7IY4thN4hrEaPSD .task1,#mermaid-svg-j7IY4thN4hrEaPSD .task2,#mermaid-svg-j7IY4thN4hrEaPSD .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutside0,#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutside2{fill:#000}#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutside1,#mermaid-svg-j7IY4thN4hrEaPSD .taskTextOutside3{fill:#000}#mermaid-svg-j7IY4thN4hrEaPSD .active0,#mermaid-svg-j7IY4thN4hrEaPSD .active1,#mermaid-svg-j7IY4thN4hrEaPSD .active2,#mermaid-svg-j7IY4thN4hrEaPSD .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-j7IY4thN4hrEaPSD .activeText0,#mermaid-svg-j7IY4thN4hrEaPSD .activeText1,#mermaid-svg-j7IY4thN4hrEaPSD .activeText2,#mermaid-svg-j7IY4thN4hrEaPSD .activeText3{fill:#000 !important}#mermaid-svg-j7IY4thN4hrEaPSD .done0,#mermaid-svg-j7IY4thN4hrEaPSD .done1,#mermaid-svg-j7IY4thN4hrEaPSD .done2,#mermaid-svg-j7IY4thN4hrEaPSD .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-j7IY4thN4hrEaPSD .doneText0,#mermaid-svg-j7IY4thN4hrEaPSD .doneText1,#mermaid-svg-j7IY4thN4hrEaPSD .doneText2,#mermaid-svg-j7IY4thN4hrEaPSD .doneText3{fill:#000 !important}#mermaid-svg-j7IY4thN4hrEaPSD .crit0,#mermaid-svg-j7IY4thN4hrEaPSD .crit1,#mermaid-svg-j7IY4thN4hrEaPSD .crit2,#mermaid-svg-j7IY4thN4hrEaPSD .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-j7IY4thN4hrEaPSD .activeCrit0,#mermaid-svg-j7IY4thN4hrEaPSD .activeCrit1,#mermaid-svg-j7IY4thN4hrEaPSD .activeCrit2,#mermaid-svg-j7IY4thN4hrEaPSD .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-j7IY4thN4hrEaPSD .doneCrit0,#mermaid-svg-j7IY4thN4hrEaPSD .doneCrit1,#mermaid-svg-j7IY4thN4hrEaPSD .doneCrit2,#mermaid-svg-j7IY4thN4hrEaPSD .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-j7IY4thN4hrEaPSD .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-j7IY4thN4hrEaPSD .milestoneText{font-style:italic}#mermaid-svg-j7IY4thN4hrEaPSD .doneCritText0,#mermaid-svg-j7IY4thN4hrEaPSD .doneCritText1,#mermaid-svg-j7IY4thN4hrEaPSD .doneCritText2,#mermaid-svg-j7IY4thN4hrEaPSD .doneCritText3{fill:#000 !important}#mermaid-svg-j7IY4thN4hrEaPSD .activeCritText0,#mermaid-svg-j7IY4thN4hrEaPSD .activeCritText1,#mermaid-svg-j7IY4thN4hrEaPSD .activeCritText2,#mermaid-svg-j7IY4thN4hrEaPSD .activeCritText3{fill:#000 !important}#mermaid-svg-j7IY4thN4hrEaPSD .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-j7IY4thN4hrEaPSD g.classGroup text .title{font-weight:bolder}#mermaid-svg-j7IY4thN4hrEaPSD g.clickable{cursor:pointer}#mermaid-svg-j7IY4thN4hrEaPSD g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-j7IY4thN4hrEaPSD g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-j7IY4thN4hrEaPSD .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-j7IY4thN4hrEaPSD .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-j7IY4thN4hrEaPSD .dashed-line{stroke-dasharray:3}#mermaid-svg-j7IY4thN4hrEaPSD #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD .commit-id,#mermaid-svg-j7IY4thN4hrEaPSD .commit-msg,#mermaid-svg-j7IY4thN4hrEaPSD .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-j7IY4thN4hrEaPSD g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-j7IY4thN4hrEaPSD g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-j7IY4thN4hrEaPSD g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-j7IY4thN4hrEaPSD .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-j7IY4thN4hrEaPSD .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-j7IY4thN4hrEaPSD .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-j7IY4thN4hrEaPSD .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-j7IY4thN4hrEaPSD .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-j7IY4thN4hrEaPSD .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-j7IY4thN4hrEaPSD .edgeLabel text{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-j7IY4thN4hrEaPSD .node circle.state-start{fill:black;stroke:black}#mermaid-svg-j7IY4thN4hrEaPSD .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-j7IY4thN4hrEaPSD #statediagram-barbEnd{fill:#9370db}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-state .divider{stroke:#9370db}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-j7IY4thN4hrEaPSD .note-edge{stroke-dasharray:5}#mermaid-svg-j7IY4thN4hrEaPSD .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-j7IY4thN4hrEaPSD .error-icon{fill:#522}#mermaid-svg-j7IY4thN4hrEaPSD .error-text{fill:#522;stroke:#522}#mermaid-svg-j7IY4thN4hrEaPSD .edge-thickness-normal{stroke-width:2px}#mermaid-svg-j7IY4thN4hrEaPSD .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-j7IY4thN4hrEaPSD .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-j7IY4thN4hrEaPSD .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-j7IY4thN4hrEaPSD .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-j7IY4thN4hrEaPSD .marker{fill:#333}#mermaid-svg-j7IY4thN4hrEaPSD .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-j7IY4thN4hrEaPSD {color: rgba(0, 0, 0, 0.75);font: ;}张三李四王五你好!李四, 最近怎么样?你最近怎么样,王五?我很好,谢谢!我很好,谢谢!李四想了很长时间, 文字太长了不适合放在一行.打量着王五...很好... 王五, 你怎么样?张三李四王五

这将产生一个流程图。:

#mermaid-svg-onqMhG0E4Ac7wmzH .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .label text{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .node rect,#mermaid-svg-onqMhG0E4Ac7wmzH .node circle,#mermaid-svg-onqMhG0E4Ac7wmzH .node ellipse,#mermaid-svg-onqMhG0E4Ac7wmzH .node polygon,#mermaid-svg-onqMhG0E4Ac7wmzH .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-onqMhG0E4Ac7wmzH .node .label{text-align:center;fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .node.clickable{cursor:pointer}#mermaid-svg-onqMhG0E4Ac7wmzH .arrowheadPath{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-onqMhG0E4Ac7wmzH .flowchart-link{stroke:#333;fill:none}#mermaid-svg-onqMhG0E4Ac7wmzH .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-onqMhG0E4Ac7wmzH .edgeLabel rect{opacity:0.9}#mermaid-svg-onqMhG0E4Ac7wmzH .edgeLabel span{color:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-onqMhG0E4Ac7wmzH .cluster text{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-onqMhG0E4Ac7wmzH .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-onqMhG0E4Ac7wmzH text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-onqMhG0E4Ac7wmzH .actor-line{stroke:grey}#mermaid-svg-onqMhG0E4Ac7wmzH .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-onqMhG0E4Ac7wmzH #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .sequenceNumber{fill:#fff}#mermaid-svg-onqMhG0E4Ac7wmzH #sequencenumber{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH #crosshead path{fill:#333;stroke:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .messageText{fill:#333;stroke:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-onqMhG0E4Ac7wmzH .labelText,#mermaid-svg-onqMhG0E4Ac7wmzH .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-onqMhG0E4Ac7wmzH .loopText,#mermaid-svg-onqMhG0E4Ac7wmzH .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-onqMhG0E4Ac7wmzH .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-onqMhG0E4Ac7wmzH .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-onqMhG0E4Ac7wmzH .noteText,#mermaid-svg-onqMhG0E4Ac7wmzH .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-onqMhG0E4Ac7wmzH .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-onqMhG0E4Ac7wmzH .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-onqMhG0E4Ac7wmzH .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-onqMhG0E4Ac7wmzH .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .section{stroke:none;opacity:0.2}#mermaid-svg-onqMhG0E4Ac7wmzH .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-onqMhG0E4Ac7wmzH .section2{fill:#fff400}#mermaid-svg-onqMhG0E4Ac7wmzH .section1,#mermaid-svg-onqMhG0E4Ac7wmzH .section3{fill:#fff;opacity:0.2}#mermaid-svg-onqMhG0E4Ac7wmzH .sectionTitle0{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .sectionTitle1{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .sectionTitle2{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .sectionTitle3{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-onqMhG0E4Ac7wmzH .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .grid path{stroke-width:0}#mermaid-svg-onqMhG0E4Ac7wmzH .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-onqMhG0E4Ac7wmzH .task{stroke-width:2}#mermaid-svg-onqMhG0E4Ac7wmzH .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .taskText:not([font-size]){font-size:11px}#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-onqMhG0E4Ac7wmzH .task.clickable{cursor:pointer}#mermaid-svg-onqMhG0E4Ac7wmzH .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-onqMhG0E4Ac7wmzH .taskText0,#mermaid-svg-onqMhG0E4Ac7wmzH .taskText1,#mermaid-svg-onqMhG0E4Ac7wmzH .taskText2,#mermaid-svg-onqMhG0E4Ac7wmzH .taskText3{fill:#fff}#mermaid-svg-onqMhG0E4Ac7wmzH .task0,#mermaid-svg-onqMhG0E4Ac7wmzH .task1,#mermaid-svg-onqMhG0E4Ac7wmzH .task2,#mermaid-svg-onqMhG0E4Ac7wmzH .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutside0,#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutside2{fill:#000}#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutside1,#mermaid-svg-onqMhG0E4Ac7wmzH .taskTextOutside3{fill:#000}#mermaid-svg-onqMhG0E4Ac7wmzH .active0,#mermaid-svg-onqMhG0E4Ac7wmzH .active1,#mermaid-svg-onqMhG0E4Ac7wmzH .active2,#mermaid-svg-onqMhG0E4Ac7wmzH .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-onqMhG0E4Ac7wmzH .activeText0,#mermaid-svg-onqMhG0E4Ac7wmzH .activeText1,#mermaid-svg-onqMhG0E4Ac7wmzH .activeText2,#mermaid-svg-onqMhG0E4Ac7wmzH .activeText3{fill:#000 !important}#mermaid-svg-onqMhG0E4Ac7wmzH .done0,#mermaid-svg-onqMhG0E4Ac7wmzH .done1,#mermaid-svg-onqMhG0E4Ac7wmzH .done2,#mermaid-svg-onqMhG0E4Ac7wmzH .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-onqMhG0E4Ac7wmzH .doneText0,#mermaid-svg-onqMhG0E4Ac7wmzH .doneText1,#mermaid-svg-onqMhG0E4Ac7wmzH .doneText2,#mermaid-svg-onqMhG0E4Ac7wmzH .doneText3{fill:#000 !important}#mermaid-svg-onqMhG0E4Ac7wmzH .crit0,#mermaid-svg-onqMhG0E4Ac7wmzH .crit1,#mermaid-svg-onqMhG0E4Ac7wmzH .crit2,#mermaid-svg-onqMhG0E4Ac7wmzH .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-onqMhG0E4Ac7wmzH .activeCrit0,#mermaid-svg-onqMhG0E4Ac7wmzH .activeCrit1,#mermaid-svg-onqMhG0E4Ac7wmzH .activeCrit2,#mermaid-svg-onqMhG0E4Ac7wmzH .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-onqMhG0E4Ac7wmzH .doneCrit0,#mermaid-svg-onqMhG0E4Ac7wmzH .doneCrit1,#mermaid-svg-onqMhG0E4Ac7wmzH .doneCrit2,#mermaid-svg-onqMhG0E4Ac7wmzH .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-onqMhG0E4Ac7wmzH .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-onqMhG0E4Ac7wmzH .milestoneText{font-style:italic}#mermaid-svg-onqMhG0E4Ac7wmzH .doneCritText0,#mermaid-svg-onqMhG0E4Ac7wmzH .doneCritText1,#mermaid-svg-onqMhG0E4Ac7wmzH .doneCritText2,#mermaid-svg-onqMhG0E4Ac7wmzH .doneCritText3{fill:#000 !important}#mermaid-svg-onqMhG0E4Ac7wmzH .activeCritText0,#mermaid-svg-onqMhG0E4Ac7wmzH .activeCritText1,#mermaid-svg-onqMhG0E4Ac7wmzH .activeCritText2,#mermaid-svg-onqMhG0E4Ac7wmzH .activeCritText3{fill:#000 !important}#mermaid-svg-onqMhG0E4Ac7wmzH .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-onqMhG0E4Ac7wmzH g.classGroup text .title{font-weight:bolder}#mermaid-svg-onqMhG0E4Ac7wmzH g.clickable{cursor:pointer}#mermaid-svg-onqMhG0E4Ac7wmzH g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-onqMhG0E4Ac7wmzH g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-onqMhG0E4Ac7wmzH .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-onqMhG0E4Ac7wmzH .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-onqMhG0E4Ac7wmzH .dashed-line{stroke-dasharray:3}#mermaid-svg-onqMhG0E4Ac7wmzH #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH .commit-id,#mermaid-svg-onqMhG0E4Ac7wmzH .commit-msg,#mermaid-svg-onqMhG0E4Ac7wmzH .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-onqMhG0E4Ac7wmzH g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-onqMhG0E4Ac7wmzH g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-onqMhG0E4Ac7wmzH g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-onqMhG0E4Ac7wmzH .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-onqMhG0E4Ac7wmzH .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-onqMhG0E4Ac7wmzH .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-onqMhG0E4Ac7wmzH .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-onqMhG0E4Ac7wmzH .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-onqMhG0E4Ac7wmzH .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-onqMhG0E4Ac7wmzH .edgeLabel text{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-onqMhG0E4Ac7wmzH .node circle.state-start{fill:black;stroke:black}#mermaid-svg-onqMhG0E4Ac7wmzH .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-onqMhG0E4Ac7wmzH #statediagram-barbEnd{fill:#9370db}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-state .divider{stroke:#9370db}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-onqMhG0E4Ac7wmzH .note-edge{stroke-dasharray:5}#mermaid-svg-onqMhG0E4Ac7wmzH .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-onqMhG0E4Ac7wmzH .error-icon{fill:#522}#mermaid-svg-onqMhG0E4Ac7wmzH .error-text{fill:#522;stroke:#522}#mermaid-svg-onqMhG0E4Ac7wmzH .edge-thickness-normal{stroke-width:2px}#mermaid-svg-onqMhG0E4Ac7wmzH .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-onqMhG0E4Ac7wmzH .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-onqMhG0E4Ac7wmzH .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-onqMhG0E4Ac7wmzH .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-onqMhG0E4Ac7wmzH .marker{fill:#333}#mermaid-svg-onqMhG0E4Ac7wmzH .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-onqMhG0E4Ac7wmzH {color: rgba(0, 0, 0, 0.75);font: ;}

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.2.0开始我的操作确认?结束yesno
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

TouchPanel--ESD_Check相关推荐

  1. MT6573驱动开发日志之touchpanel .

    (1)添加一款TOUCHPANEL 在projectConfig.mk文件里面修改如下: CUSTOM_KERNEL_TOUCHPANEL = cy8ctma300 在mediatek\custom\ ...

  2. MTK6592平台 touchpanel驱动设备加载(一)

    前言: 从事android驱动调试工作已有一年多了,之前一直没有系统的看一下内核,正好这几个月有时间,整理了一下关于内核中对设备.驱动的调用关系,目前我是在mtk6592 kk 平台以touchpan ...

  3. Windows Phone 7 中TouchPanel的触控操作

    Windows Phone 7 有四种用户交互的方式: 按键 触控 手势 外设(例如重力感应等) 通常来说Windows Phone 7的按键一般只支持Back按键(返回键)的可控操作,其他的两个是不 ...

  4. Windows Phone 开发,关于 TouchPanel的问题

    平时,使用TouchPanel的时候,都是在一个大循环里,read每一个可以read的gesture. 可是,如果程序里, while (TouchPanel.IsGestureAvailable){ ...

  5. [转载] [TouchPanel]TouchPanel的虚拟按键没有震感

    [FAQ06834] [TouchPanel]TouchPanel的虚拟按键没有震感 Platform:MT6575MT6577MT6589MT6572 Branch:ICSICS2JBJB2 FAQ ...

  6. MTK6592平台 touchpanel驱动设备加载(三)

    项目初期对新的IC供应商压求: 1,各个片脚的电压域,待机和工作时候的电压必须在BB端端口电压域范围 2,中断触发方式,我们要求是下降沿触发,必须要改 3,flash分区情况和大小 4,flash是否 ...

  7. MTK6592平台 touchpanel驱动设备加载(二)

    关于设备驱动加载,我这边整理出的函数调用关系流程图见下,主要为了解释进程如何调用驱动里面的probe函数

  8. XNA游戏:软键盘弹窗输入

    在XNA中如果我们需要输入文字,那么我们就需要使用到软键盘了,在XNA中使用软键盘要用到Guide.BeginShowKeyboardInput方法,由于游戏的Update是会不断地执行的,所以要由G ...

  9. android跳转到支付宝扫码,【笔记】通过adb shell启动支付宝扫码登录

    支付宝包名 :com.eg.android.AlipayGphone 启动支付宝 adb shell am start com.eg.android.AlipayGphone/.AlipayLogin ...

  10. Windows Phone 7范例游戏Platformer实战5——多点触控编程

    即使是再有经验的XNA程序员,在开始Windows Phone 7上的游戏开发时也不得不学习下多点触控这个新的实现方法.虽然目前有些Windows Phone 7手机附带了键盘,但是为了对所有WP7手 ...

最新文章

  1. [杂笔]我的第一篇博客
  2. leetcode C++ 2. 两数相加 给出两个 非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储 一位 数字。 如果,我们将这两个数
  3. 上传漏洞学习——upload-labs 闯关(一)
  4. python安装pyinstaller出现错误_pyinstaller 3.6版本通过pip安装失败的解决办法(推荐)...
  5. 牛客网 在线编程 数据流中的中位数
  6. Magicodes.IE基础教程之导出Pdf
  7. vue是否可以做行车轨迹_在vue中高德地图引入和轨迹的绘制的实现
  8. CycleGAN详解与实现(采用tensorflow2.x实现)
  9. [云计算]网线的标签格式
  10. codejock(codejock chart类)
  11. 如鹏网.Net基础2 第六章:MYSQL
  12. 低功耗中的Isolation cells 和Level shifter cells
  13. pytorch 网络结构可视化之netron
  14. java播放MP3/APE音乐文件
  15. 蓝桥杯 人民币金额大写 格式转换
  16. Spark性能优化之-shuffle调优
  17. 基于matlab山脊线,山脊线山谷线提取实验报告.doc
  18. mysql 1045 centos_解决centos下MySQL登录1045问题
  19. 《哈利·波特:霍格沃茨之谜》推出二月支线任务“天界舞会”,带来新的选择、挑战与服装
  20. JEECG报表整合方案

热门文章

  1. 数据库分类及主流数据库对比
  2. 通达信 python_python 适用通达信
  3. 安川机器人焊枪切换设定方法_安川机器人工具、用户、安全模式设定方法
  4. 如何经营好(开好)一家淘宝店铺
  5. ImageJ 中文教程(细胞计数)
  6. 解读神书《凤凰项目》,带你跳出DevOps转型的所有坑
  7. Java集合容器面试题(2022版本)
  8. 西门子plc 用c语言编程,西门子PLC常用指令举例
  9. 如何查看程序或进程调用了哪些dll文件
  10. MySQL高级面试题