diff --git a/src/Carousel.cpp b/src/Carousel.cpp index 32e5370..49f36bf 100644 --- a/src/Carousel.cpp +++ b/src/Carousel.cpp @@ -1,8 +1,8 @@ /** * The MIT License (MIT) * - * Copyright (c) 2017 by Daniel Eichhorn - * Copyright (c) 2017 by Fabrice Weinberg + * Copyright (c) 2019 by Daniel Eichhorn + * Copyright (c) 2019 by Fabrice Weinberg * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/Carousel.h b/src/Carousel.h index 3c5a599..5d53d23 100644 --- a/src/Carousel.h +++ b/src/Carousel.h @@ -1,8 +1,8 @@ /* * The MIT License (MIT) * - * Copyright (c) 2017 by Daniel Eichhorn - * Copyright (c) 2017 by Fabrice Weinberg + * Copyright (c) 2019 by Daniel Eichhorn, ThingPulse + * Copyright (c) 2019 by Fabrice Weinberg * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/DisplayDriver.cpp b/src/DisplayDriver.cpp index 9ec8f0e..1b90f0e 100644 --- a/src/DisplayDriver.cpp +++ b/src/DisplayDriver.cpp @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,13 +17,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com Many thanks go to various contributors such as Adafruit, Waveshare. */ diff --git a/src/DisplayDriver.h b/src/DisplayDriver.h index 922941e..5f65fb9 100644 --- a/src/DisplayDriver.h +++ b/src/DisplayDriver.h @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -Demo for the buffered graphics library. Renders a 3D cube +Many thanks go to various contributors such as Adafruit, Waveshare. */ #ifndef _MINIGRAFX_DRIVER_H diff --git a/src/EPD_WaveShare.cpp b/src/EPD_WaveShare.cpp index 5889048..2829ff9 100644 --- a/src/EPD_WaveShare.cpp +++ b/src/EPD_WaveShare.cpp @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -This code is based on a driver from http://waveshare.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #include "EPD_WaveShare.h" diff --git a/src/EPD_WaveShare.h b/src/EPD_WaveShare.h index 0a61434..ad68ff8 100644 --- a/src/EPD_WaveShare.h +++ b/src/EPD_WaveShare.h @@ -1,3 +1,29 @@ +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ #if !defined(EPDWS154_H) #define EPDWS154_H 1 diff --git a/src/EPD_WaveShare_29.cpp b/src/EPD_WaveShare_29.cpp index e3ba96c..3bcd2e8 100644 --- a/src/EPD_WaveShare_29.cpp +++ b/src/EPD_WaveShare_29.cpp @@ -1,7 +1,6 @@ - /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -18,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -This code is based on a driver from http://waveshare.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #include diff --git a/src/EPD_WaveShare_29.h b/src/EPD_WaveShare_29.h index 68945a6..fb3b07a 100644 --- a/src/EPD_WaveShare_29.h +++ b/src/EPD_WaveShare_29.h @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -This code is based on a driver from http://waveshare.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #ifndef EPD2IN9_H diff --git a/src/EPD_WaveShare_42.h b/src/EPD_WaveShare_42.h index 0de57ae..c4a7578 100644 --- a/src/EPD_WaveShare_42.h +++ b/src/EPD_WaveShare_42.h @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -This code is based on a driver from http://waveshare.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #if !defined(EPD42_H) diff --git a/src/EPD_WaveShare_43.cpp b/src/EPD_WaveShare_43.cpp index 53bdd37..d023974 100644 --- a/src/EPD_WaveShare_43.cpp +++ b/src/EPD_WaveShare_43.cpp @@ -1,4 +1,29 @@ - +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ #include "EPD_WaveShare_43.h" diff --git a/src/EPD_WaveShare_43.h b/src/EPD_WaveShare_43.h index 7ff5af1..e0735ce 100644 --- a/src/EPD_WaveShare_43.h +++ b/src/EPD_WaveShare_43.h @@ -1,4 +1,29 @@ - +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ #ifndef _EPD_WAVESHARE_43_ #define _EPD_WAVESHARE_43_ diff --git a/src/EPD_WaveShare_75.cpp b/src/EPD_WaveShare_75.cpp index 0b641a7..6ede2f1 100644 --- a/src/EPD_WaveShare_75.cpp +++ b/src/EPD_WaveShare_75.cpp @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -This code is based on a driver from http://waveshare.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #include diff --git a/src/EPD_WaveShare_75.h b/src/EPD_WaveShare_75.h index 986c142..a50faaa 100644 --- a/src/EPD_WaveShare_75.h +++ b/src/EPD_WaveShare_75.h @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -This code is based on a driver from http://waveshare.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #ifndef EPD7IN5_H diff --git a/src/ILI9341_SPI.cpp b/src/ILI9341_SPI.cpp index 9070c53..329ec17 100644 --- a/src/ILI9341_SPI.cpp +++ b/src/ILI9341_SPI.cpp @@ -1,18 +1,29 @@ -/*************************************************** - This is our library for the Adafruit ILI9341 Breakout and Shield - ----> http://www.adafruit.com/products/1651 - - Check out the links above for our tutorials and wiring diagrams - These displays use SPI to communicate, 4 or 5 pins are required to - interface (RST is optional) - Adafruit invests time and resources providing this open source code, - please support Adafruit and open-source hardware by purchasing - products from Adafruit! - - Written by Limor Fried/Ladyada for Adafruit Industries. - MIT license, all text above must be included in any redistribution - ****************************************************/ - +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ #include "ILI9341_SPI.h" #ifdef __AVR__ #include diff --git a/src/ILI9341_SPI.h b/src/ILI9341_SPI.h index 80495a5..24acd94 100644 --- a/src/ILI9341_SPI.h +++ b/src/ILI9341_SPI.h @@ -1,17 +1,29 @@ -/*************************************************** - This is our library for the Adafruit ILI9341 Breakout and Shield - ----> http://www.adafruit.com/products/1651 - - Check out the links above for our tutorials and wiring diagrams - These displays use SPI to communicate, 4 or 5 pins are required to - interface (RST is optional) - Adafruit invests time and resources providing this open source code, - please support Adafruit and open-source hardware by purchasing - products from Adafruit! - - Written by Limor Fried/Ladyada for Adafruit Industries. - MIT license, all text above must be included in any redistribution - ****************************************************/ +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ #ifndef _MINIGRAFX_ILI9341H_ #define _MINIGRAFX_ILI9341H_ diff --git a/src/MiniGrafx.cpp b/src/MiniGrafx.cpp index adf5c11..190392d 100644 --- a/src/MiniGrafx.cpp +++ b/src/MiniGrafx.cpp @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,14 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #include "MiniGrafx.h" diff --git a/src/MiniGrafx.h b/src/MiniGrafx.h index 4fa437e..c525664 100644 --- a/src/MiniGrafx.h +++ b/src/MiniGrafx.h @@ -1,6 +1,6 @@ /** The MIT License (MIT) -Copyright (c) 2017 by Daniel Eichhorn +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -17,15 +17,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Please note: I am spending a lot of my free time in developing Software and Hardware -for these projects. Please consider supporting me by -a) Buying my hardware kits from https://blog.squix.org/shop -b) Send a donation: https://www.paypal.me/squix/5USD -c) Or using this affiliate link while shopping: https://www.banggood.com/?p=6R31122484684201508S +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ -See more at https://blog.squix.org +See more at https://thigpulse.com -This code is based on a driver from http://waveshare.com +Many thanks go to various contributors such as Adafruit, Waveshare. */ #include diff --git a/src/MiniGrafxFonts.h b/src/MiniGrafxFonts.h index a2d9d84..9b8cb56 100644 --- a/src/MiniGrafxFonts.h +++ b/src/MiniGrafxFonts.h @@ -1,3 +1,30 @@ +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ + #ifndef MINIGRAFXFONTS_h #define MINIGRAFXFONTS_h @@ -1271,5 +1298,4 @@ const char ArialMT_Plain_24[] PROGMEM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0xFF,0xFF,0x07,0xE0,0xFF,0xFF,0x07,0x00,0x1C,0x18,0x00,0x00,0x06,0x30,0x00,0x00,0x06,0x30,0x00,0x00,0x06,0x30,0x00,0x00,0x0E,0x38,0x00,0x00,0x1C,0x1C,0x00,0x00,0xF8,0x0F,0x00,0x00,0xF0,0x03, // 254 0x00,0x00,0x00,0x00,0x00,0x0E,0x00,0x00,0x00,0x7E,0x00,0x06,0xC0,0xF0,0x01,0x06,0xC0,0x80,0x0F,0x07,0x00,0x00,0xFE,0x03,0x00,0x00,0xFC,0x00,0xC0,0xC0,0x1F,0x00,0xC0,0xF8,0x03,0x00,0x00,0x3E,0x00,0x00,0x00,0x06 // 255 }; -#endif - +#endif diff --git a/src/SSD1331_SPI.cpp b/src/SSD1331_SPI.cpp index 931970b..8feb58e 100644 --- a/src/SSD1331_SPI.cpp +++ b/src/SSD1331_SPI.cpp @@ -1,3 +1,29 @@ +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ #include "SSD1331_SPI.h" diff --git a/src/SSD1331_SPI.h b/src/SSD1331_SPI.h index 13c4187..0a83ae4 100644 --- a/src/SSD1331_SPI.h +++ b/src/SSD1331_SPI.h @@ -1,3 +1,29 @@ +/** +The MIT License (MIT) +Copyright (c) 2019 by Daniel Eichhorn, ThingPulse +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Please note: We are spending a lot of time to write and maintain open source codes +Please support us by buying our products from https://thingpulse.com/shop/ + +See more at https://thigpulse.com + +Many thanks go to various contributors such as Adafruit, Waveshare. +*/ #ifndef _MINIGRAFX_SSD1331_ #define _MINIGRAFX_SSD1331_