changed this somehow
Fork of NeoStrip by
TextMask.h@1:cf7e969704ec, 2014-04-25 (annotated)
- Committer:
- rhodes42
- Date:
- Fri Apr 25 14:39:19 2014 +0000
- Revision:
- 1:cf7e969704ec
updated gpio_init to gpio_init_out;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rhodes42 | 1:cf7e969704ec | 1 | |
rhodes42 | 1:cf7e969704ec | 2 | #include "NeoStrip.h" |
rhodes42 | 1:cf7e969704ec | 3 | |
rhodes42 | 1:cf7e969704ec | 4 | |
rhodes42 | 1:cf7e969704ec | 5 | |
rhodes42 | 1:cf7e969704ec | 6 | void maskChar(NeoStrip strip, int xPos, int yPos, int xDim, int yDim, char inChar); |
rhodes42 | 1:cf7e969704ec | 7 | |
rhodes42 | 1:cf7e969704ec | 8 |