Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 14:cfc715e8e387, committed 2019-06-04
- Comitter:
- juliento
- Date:
- Tue Jun 04 15:17:11 2019 +0000
- Parent:
- 13:0ceb1b8893e9
- Commit message:
- Ardoise magique
Changed in this revision
RGBmatrixPanel.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RGBmatrixPanel.h Mon May 26 09:14:54 2014 +0000 +++ b/RGBmatrixPanel.h Tue Jun 04 15:17:11 2019 +0000 @@ -101,7 +101,7 @@ RGBmatrixPanel(PinName r1,PinName g1,PinName b1,PinName r2,PinName g2,PinName b2,PinName a,PinName b,PinName c,PinName sclk,PinName latch,PinName oe, bool dbuf); // Constructor for 32x32 panel (adds 'd' pin): - RGBmatrixPanel(PinName r1,PinName r2,PinName g1,PinName g2,PinName b1,PinName b2,PinName a,PinName b,PinName c,PinName d,PinName sclk, PinName latch,PinName oe,bool dbuf); + //RGBmatrixPanel(PinName r1,PinName r2,PinName g1,PinName g2,PinName b1,PinName b2,PinName a,PinName b,PinName c,PinName d,PinName sclk, PinName latch,PinName oe,bool dbuf); /** @fn void RGBmatrixPanel::begin(void) * @bref Attach a updateDisplay() to be called by the Ticker(every 100us)