This file contains hidden or 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
\documentclass{scrarticle} | |
\usepackage{listings} | |
\lstset{% | |
language=Matlab, | |
columns=flexible, | |
% flexiblecolumns=true, | |
basicstyle=\ttfamily\small, | |
commentstyle=\color{green!80!black}\itshape, | |
keepspaces=true, |
This file contains hidden or 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
/* FastLED_RGBW | |
* | |
* Hack to enable SK6812 RGBW strips to work with FastLED. | |
* | |
* Original code by Jim Bumgardner (http://krazydad.com). | |
* Modified by David Madison (http://partsnotincluded.com). | |
* Modified by Christof Kaufmann. | |
* | |
*/ |
This file contains hidden or 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
% Keys for rectangle with inverted corners | |
% | |
% /pgf/rectangle with inverted corners selected : specify the corners to invert. | |
% /pgf/rectangle with inverted corners radius : set the radius of the corners. | |
\makeatletter | |
\pgfkeys{/pgf/rectangle with inverted corners selected/.store in=\pgf@lib@sh@misc@convrect@corners} | |
\pgfkeys{/tikz/rectangle with inverted corners selected/.store in=\pgf@lib@sh@misc@convrect@corners} | |
\def\pgf@lib@sh@misc@convrect@invertall{invert all}% |