├── LICENSE ├── README.md ├── SETUP.md ├── banner.jpg ├── chanduino └── chanduino.ino ├── extra ├── RGB565_converter.html ├── monogram.ttf ├── sample.jpg └── theme_generator.html ├── themes ├── ss_2020 │ ├── applejack.h │ ├── berry.h │ ├── discord.h │ ├── pinkie.h │ ├── pipbuck.h │ └── rarity.h ├── ss_2021 │ ├── celestia.h │ ├── derpy.h │ ├── fluttershy.h │ ├── izzy.h │ ├── luna.h │ ├── rainbow.h │ └── twilight.h ├── ss_2022 │ ├── minuette.h │ └── trixie.h ├── tomorrow.h └── yotsuba.h └── yotsuba.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/README.md -------------------------------------------------------------------------------- /SETUP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/SETUP.md -------------------------------------------------------------------------------- /banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/banner.jpg -------------------------------------------------------------------------------- /chanduino/chanduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/chanduino/chanduino.ino -------------------------------------------------------------------------------- /extra/RGB565_converter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/extra/RGB565_converter.html -------------------------------------------------------------------------------- /extra/monogram.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/extra/monogram.ttf -------------------------------------------------------------------------------- /extra/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/extra/sample.jpg -------------------------------------------------------------------------------- /extra/theme_generator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/extra/theme_generator.html -------------------------------------------------------------------------------- /themes/ss_2020/applejack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2020/applejack.h -------------------------------------------------------------------------------- /themes/ss_2020/berry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2020/berry.h -------------------------------------------------------------------------------- /themes/ss_2020/discord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2020/discord.h -------------------------------------------------------------------------------- /themes/ss_2020/pinkie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2020/pinkie.h -------------------------------------------------------------------------------- /themes/ss_2020/pipbuck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2020/pipbuck.h -------------------------------------------------------------------------------- /themes/ss_2020/rarity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2020/rarity.h -------------------------------------------------------------------------------- /themes/ss_2021/celestia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2021/celestia.h -------------------------------------------------------------------------------- /themes/ss_2021/derpy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2021/derpy.h -------------------------------------------------------------------------------- /themes/ss_2021/fluttershy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2021/fluttershy.h -------------------------------------------------------------------------------- /themes/ss_2021/izzy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2021/izzy.h -------------------------------------------------------------------------------- /themes/ss_2021/luna.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2021/luna.h -------------------------------------------------------------------------------- /themes/ss_2021/rainbow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2021/rainbow.h -------------------------------------------------------------------------------- /themes/ss_2021/twilight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2021/twilight.h -------------------------------------------------------------------------------- /themes/ss_2022/minuette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2022/minuette.h -------------------------------------------------------------------------------- /themes/ss_2022/trixie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/ss_2022/trixie.h -------------------------------------------------------------------------------- /themes/tomorrow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/tomorrow.h -------------------------------------------------------------------------------- /themes/yotsuba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/themes/yotsuba.h -------------------------------------------------------------------------------- /yotsuba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/chanduino/HEAD/yotsuba.jpg --------------------------------------------------------------------------------