Skip to content

Instantly share code, notes, and snippets.

View JDavidVR's full-sized avatar
🏠
Working from home

David JDavidVR

🏠
Working from home
  • Cochabamba - Bolivia
View GitHub Profile
@JDavidVR
JDavidVR / touchsetting.gt
Created April 3, 2020 20:46
Winbook TW100 W10 Touch Calibration
[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
@JDavidVR
JDavidVR / local.xml
Last active August 29, 2015 14:22 — forked from Maksold/local.xml
<?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-->

Magento Code Snippets

Download extension manually using mage

./mage config-set preferred_state stable
./mage clear-cache
./mage sync
./mage download community Module_Name