./mage config-set preferred_state stable
./mage clear-cache
./mage sync
./mage download community Module_Name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Setting] | |
;UpdateCFG=1 | |
SendCFG=1 ;Send CFG to touch IC when loading driver | |
SleepDisable=0 | |
PhysicalXsize=2170 ;Physical size£¬the unit is 0.1mm | |
PhysicalYsize=1356 | |
[Support] | |
ESD=0 ;Driver supports ESD recovery processing | |
;SensorID=0 ;According to the different SensorID send different configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<layout> | |
<default> | |
<!--Root/Default Layouts--> | |
<reference name="root"> | |
<!--Appending Block--> | |
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/> | |
</reference> | |
<!--CSS and JS Files--> |