Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sepal on github.
  • I am sepal (https://keybase.io/sepal) on keybase.
  • I have a public key ASAh5q5ejOEZpR-jsDbaHY3sdyHd6eLGDrcreDJNMbjZ5go

To claim this, I am signing this object:

@sepal
sepal / fbtft_adafruit_oled15.md
Created May 28, 2016 06:36
fbtft options for the adafruit oled 1.5" display

Copied from the Pi Zero image.

sudo modprobe fbtft_device custom name=fb_ssd1351 buswidth=8 gpios=reset:24,dc:25 speed=10000000 width=128 height=128 bgr=1 init=-1,0xFD,0x12,-1,0xFD,0xB1,-1,0xAE,-1,0xB3,0xF1,-1,0xCA,127,-1,0xA0,0x74,-1,0x15,0x00,0x7F,-1,0x75,0x00,0x7F,-1,0xA1,128,-1,0xA2,0x0,-1,0xB5,0x00,-1,0xAB,0x01,-1,0xB1,0x32,-1,0xBE,0x05,-1,0xA6,-1,0xC1,0xC8,0x80,0xC8,-1,0xC7,0x0F,-1,0xB4,0xA0,0xB5,0x55,-1,0xB6,0x01,-1,0xAF,-3
@sepal
sepal / SassMeister-input-HTML.html
Created January 16, 2016 09:11
Generated by SassMeister.com.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
<h1>Flexbox Test</h1>
<h2>Choose your OS:</h2>
<div class="container">
<div class="item browser">
<div class="browser__icon">
<i class="fa fa-windows"></i>
</div>
<div class="browser__text">Windows</div>
@sepal
sepal / SassMeister-input-HTML.html
Created January 16, 2016 09:08
Generated by SassMeister.com.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
<h1>Flexbox Test</h1>
<h2>Choose your OS:</h2>
<div class="container">
<div class="item browser">
<div class="browser__icon">
<i class="fa fa-windows"></i>
</div>
<div class="browser__text">Windows</div>
@sepal
sepal / SassMeister-input-HTML.html
Last active August 29, 2015 14:26
Generated by SassMeister.com.
<ul>
<li class="red">
test1
</li>
<li class="blue">
test2
</li>
<li class="green">
test2
</li>
@sepal
sepal / SassMeister-input-HTML.html
Created August 6, 2015 11:35
Generated by SassMeister.com.
<ul>
<li>
test1
</li>
<li class="test">
test2
</li>
</ul>
@sepal
sepal / SassMeister-input-HTML.html
Created November 18, 2014 13:31
Generated by SassMeister.com.
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<div class="fa fa-camera-retro "></div>
@sepal
sepal / SassMeister-input-HTML.html
Created September 24, 2014 09:51
Generated by SassMeister.com.
<div class="grid-container row">
<div class="float-span-4">
COL 1
</div>
<div class="float-span-4">
COL 2.
</div>
<div class="float-span-4">
COL 3.
</div>
@sepal
sepal / SassMeister-input-HTML.html
Created September 24, 2014 09:42
Generated by SassMeister.com.
<div class="grid-container row">
<div class="float-span-4 tablet">
COL 1
</div>
<div class="float-span-4 tablet">
drupal_render($reg_form)
</div>
<div class="float-span-4 tablet last-child">
COL 3.
</div>
@sepal
sepal / Processing OSC Slip 2 Net
Created December 23, 2011 00:58
A small test program which converts slip osc messages to normal udp messages.
/**
* OSC Slip 2 net test.
*
* This is a small test programm for my Arduino OSC lib.
* You'll need oscP5 to run it:
* http://www.sojamo.de/libraries/oscP5/
*
* To use it configure the following variables:
* arduinoSerialPort: Com Port index to which the Arduino is connected.
* remoteHost: The remote host to which the messages should be sent.