Skip to content

Instantly share code, notes, and snippets.

View ferdianjovan's full-sized avatar
🌴
On vacation

Ferdian Jovan ferdianjovan

🌴
On vacation
View GitHub Profile
@ferdianjovan
ferdianjovan / 99-touch.conf
Created January 26, 2016 15:02
Touch screen calibration
Section "InputClass"
Identifier "Elo Touch Axis Inversion"
MatchProduct "Elo TouchSystems"
# swap x/y axes on the device. i.e. rotate by 90 degrees
#Option "SwapAxes" "on"
# Invert the respective axis.
Option "InvertX" "off"
Option "InvertY" "on"
import os
import theano
import pymc3 as pm
import numpy as np
import pandas as pd
import theano.tensor as tt
import warnings
warnings.filterwarnings('ignore')