├── ARDUINO_gear_indicator ├── ARDUINO_gear_indicator.ino ├── gear_bitmaps.h └── gear_bitmaps_fullscreen.h ├── KICAD_gear_indicator_pcb.zip ├── LICENSE ├── README.md ├── gear_indicator_128x64px_UI.psd ├── gear_indicator_graphics_128x64px.psd ├── h_pattern_image.png ├── hall_sensor_datasheet_AH3503.pdf └── photopea_images_export ├── export_gears_big ├── gear_full_1.png ├── gear_full_2.png ├── gear_full_3.png ├── gear_full_4.png ├── gear_full_5.png ├── gear_full_n.png └── gear_full_r.png └── export_gears_small ├── gear_1.png ├── gear_2.png ├── gear_3.png ├── gear_4.png ├── gear_5.png ├── gear_N.png └── gear_R.png /ARDUINO_gear_indicator/ARDUINO_gear_indicator.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/ARDUINO_gear_indicator/ARDUINO_gear_indicator.ino -------------------------------------------------------------------------------- /ARDUINO_gear_indicator/gear_bitmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/ARDUINO_gear_indicator/gear_bitmaps.h -------------------------------------------------------------------------------- /ARDUINO_gear_indicator/gear_bitmaps_fullscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/ARDUINO_gear_indicator/gear_bitmaps_fullscreen.h -------------------------------------------------------------------------------- /KICAD_gear_indicator_pcb.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/KICAD_gear_indicator_pcb.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/README.md -------------------------------------------------------------------------------- /gear_indicator_128x64px_UI.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/gear_indicator_128x64px_UI.psd -------------------------------------------------------------------------------- /gear_indicator_graphics_128x64px.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/gear_indicator_graphics_128x64px.psd -------------------------------------------------------------------------------- /h_pattern_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/h_pattern_image.png -------------------------------------------------------------------------------- /hall_sensor_datasheet_AH3503.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/hall_sensor_datasheet_AH3503.pdf -------------------------------------------------------------------------------- /photopea_images_export/export_gears_big/gear_full_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_big/gear_full_1.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_big/gear_full_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_big/gear_full_2.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_big/gear_full_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_big/gear_full_3.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_big/gear_full_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_big/gear_full_4.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_big/gear_full_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_big/gear_full_5.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_big/gear_full_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_big/gear_full_n.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_big/gear_full_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_big/gear_full_r.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_small/gear_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_small/gear_1.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_small/gear_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_small/gear_2.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_small/gear_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_small/gear_3.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_small/gear_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_small/gear_4.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_small/gear_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_small/gear_5.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_small/gear_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_small/gear_N.png -------------------------------------------------------------------------------- /photopea_images_export/export_gears_small/gear_R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upiir/arduino_gear_indicator/HEAD/photopea_images_export/export_gears_small/gear_R.png --------------------------------------------------------------------------------