├── LICENSE ├── README.md ├── cyd_getting_started └── cyd_getting_started.ino ├── cyd_sprite_demo ├── DejaVu_Sans_Bold_10.h └── cyd_sprite_demo.ino ├── cyd_weather ├── README.txt ├── Roboto_24.h ├── Roboto_25.h ├── Roboto_Black_16.h ├── Roboto_Black_20.h ├── Roboto_Black_24.h ├── Roboto_Black_28.h ├── Roboto_Black_40.h ├── Roboto_Black_50.h ├── Roboto_Thin66pt7b.h ├── cyd_weather.ino ├── debug.cfg ├── debug_custom.json ├── esp32s3.svd ├── hand_4bpp.h ├── humidity_4bpp.h ├── rain_4bpp.h ├── sunrise_4bpp.h ├── sunset_4bpp.h ├── temp_4bpp.h ├── uv_icon_4bpp.h ├── weather_icons.h └── wind_4bpp.h ├── gif_example ├── bart_396x222.h ├── darthvader.h ├── earth_128x128.h ├── gif_example.ino ├── homer_car_240x135.h ├── hyperspace.h └── thisisfine_128x128.h ├── gif_from_sd └── gif_from_sd.ino ├── ip_camera_viewer └── ip_camera_viewer.ino ├── jpeg_example ├── jpeg_example.ino └── zebra.h ├── lcd_clock ├── DejaVu_Sans_Mono_Bold_28.h ├── DejaVu_Sans_Mono_Bold_48.h ├── Roboto_Thin100pt7b.h ├── Roboto_Thin66pt7b.h ├── humidity.h ├── lcd_clock.ino └── temp_bw.h ├── scrolling_terminal └── scrolling_terminal.ino ├── sound_board ├── doh.h ├── looking.h ├── pacman_death.h ├── sorry_dave.h └── sound_board.ino └── web_image_viewer └── web_image_viewer.ino /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/README.md -------------------------------------------------------------------------------- /cyd_getting_started/cyd_getting_started.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_getting_started/cyd_getting_started.ino -------------------------------------------------------------------------------- /cyd_sprite_demo/DejaVu_Sans_Bold_10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_sprite_demo/DejaVu_Sans_Bold_10.h -------------------------------------------------------------------------------- /cyd_sprite_demo/cyd_sprite_demo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_sprite_demo/cyd_sprite_demo.ino -------------------------------------------------------------------------------- /cyd_weather/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/README.txt -------------------------------------------------------------------------------- /cyd_weather/Roboto_24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_24.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_25.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_25.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_Black_16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_Black_16.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_Black_20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_Black_20.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_Black_24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_Black_24.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_Black_28.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_Black_28.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_Black_40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_Black_40.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_Black_50.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_Black_50.h -------------------------------------------------------------------------------- /cyd_weather/Roboto_Thin66pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/Roboto_Thin66pt7b.h -------------------------------------------------------------------------------- /cyd_weather/cyd_weather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/cyd_weather.ino -------------------------------------------------------------------------------- /cyd_weather/debug.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/debug.cfg -------------------------------------------------------------------------------- /cyd_weather/debug_custom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/debug_custom.json -------------------------------------------------------------------------------- /cyd_weather/esp32s3.svd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/esp32s3.svd -------------------------------------------------------------------------------- /cyd_weather/hand_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/hand_4bpp.h -------------------------------------------------------------------------------- /cyd_weather/humidity_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/humidity_4bpp.h -------------------------------------------------------------------------------- /cyd_weather/rain_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/rain_4bpp.h -------------------------------------------------------------------------------- /cyd_weather/sunrise_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/sunrise_4bpp.h -------------------------------------------------------------------------------- /cyd_weather/sunset_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/sunset_4bpp.h -------------------------------------------------------------------------------- /cyd_weather/temp_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/temp_4bpp.h -------------------------------------------------------------------------------- /cyd_weather/uv_icon_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/uv_icon_4bpp.h -------------------------------------------------------------------------------- /cyd_weather/weather_icons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/weather_icons.h -------------------------------------------------------------------------------- /cyd_weather/wind_4bpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/cyd_weather/wind_4bpp.h -------------------------------------------------------------------------------- /gif_example/bart_396x222.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_example/bart_396x222.h -------------------------------------------------------------------------------- /gif_example/darthvader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_example/darthvader.h -------------------------------------------------------------------------------- /gif_example/earth_128x128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_example/earth_128x128.h -------------------------------------------------------------------------------- /gif_example/gif_example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_example/gif_example.ino -------------------------------------------------------------------------------- /gif_example/homer_car_240x135.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_example/homer_car_240x135.h -------------------------------------------------------------------------------- /gif_example/hyperspace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_example/hyperspace.h -------------------------------------------------------------------------------- /gif_example/thisisfine_128x128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_example/thisisfine_128x128.h -------------------------------------------------------------------------------- /gif_from_sd/gif_from_sd.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/gif_from_sd/gif_from_sd.ino -------------------------------------------------------------------------------- /ip_camera_viewer/ip_camera_viewer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/ip_camera_viewer/ip_camera_viewer.ino -------------------------------------------------------------------------------- /jpeg_example/jpeg_example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/jpeg_example/jpeg_example.ino -------------------------------------------------------------------------------- /jpeg_example/zebra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/jpeg_example/zebra.h -------------------------------------------------------------------------------- /lcd_clock/DejaVu_Sans_Mono_Bold_28.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/lcd_clock/DejaVu_Sans_Mono_Bold_28.h -------------------------------------------------------------------------------- /lcd_clock/DejaVu_Sans_Mono_Bold_48.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/lcd_clock/DejaVu_Sans_Mono_Bold_48.h -------------------------------------------------------------------------------- /lcd_clock/Roboto_Thin100pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/lcd_clock/Roboto_Thin100pt7b.h -------------------------------------------------------------------------------- /lcd_clock/Roboto_Thin66pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/lcd_clock/Roboto_Thin66pt7b.h -------------------------------------------------------------------------------- /lcd_clock/humidity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/lcd_clock/humidity.h -------------------------------------------------------------------------------- /lcd_clock/lcd_clock.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/lcd_clock/lcd_clock.ino -------------------------------------------------------------------------------- /lcd_clock/temp_bw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/lcd_clock/temp_bw.h -------------------------------------------------------------------------------- /scrolling_terminal/scrolling_terminal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/scrolling_terminal/scrolling_terminal.ino -------------------------------------------------------------------------------- /sound_board/doh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/sound_board/doh.h -------------------------------------------------------------------------------- /sound_board/looking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/sound_board/looking.h -------------------------------------------------------------------------------- /sound_board/pacman_death.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/sound_board/pacman_death.h -------------------------------------------------------------------------------- /sound_board/sorry_dave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/sound_board/sorry_dave.h -------------------------------------------------------------------------------- /sound_board/sound_board.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/sound_board/sound_board.ino -------------------------------------------------------------------------------- /web_image_viewer/web_image_viewer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/CYD_Projects/HEAD/web_image_viewer/web_image_viewer.ino --------------------------------------------------------------------------------