├── MICROPYTHON_GEMINI ├── GEMINI.py ├── boot.py ├── font │ └── vga2_8x8.py └── lib │ ├── config.py │ ├── keyboard_module.py │ ├── micropython_urequests-0.6.dist-info │ ├── METADATA │ └── RECORD │ ├── st7789py.py │ └── urequests.py ├── Gemini-Development ├── Gemini.ino ├── bg.h ├── error.h ├── generate.h ├── remixed.h ├── sd_img.h └── wifi_img.h ├── Gemini ├── Gemini.ino └── config.txt ├── Not used ├── bg.h ├── bg.png ├── error.h ├── error.png ├── generate.h ├── generate.png ├── remixed.h ├── remixed.png ├── sd.png ├── sd_img.h ├── wifi.png └── wifi_img.h └── README.md / MICROPYTHON_GEMINI/GEMINI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/GEMINI.py -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/boot.py -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/font/vga2_8x8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/font/vga2_8x8.py -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/lib/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/lib/config.py -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/lib/keyboard_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/lib/keyboard_module.py -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/lib/micropython_urequests-0.6.dist-info/METADATA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/lib/micropython_urequests-0.6.dist-info/METADATA -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/lib/micropython_urequests-0.6.dist-info/RECORD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/lib/micropython_urequests-0.6.dist-info/RECORD -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/lib/st7789py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/lib/st7789py.py -------------------------------------------------------------------------------- / MICROPYTHON_GEMINI/lib/urequests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/ MICROPYTHON_GEMINI/lib/urequests.py -------------------------------------------------------------------------------- /Gemini-Development/Gemini.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini-Development/Gemini.ino -------------------------------------------------------------------------------- /Gemini-Development/bg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini-Development/bg.h -------------------------------------------------------------------------------- /Gemini-Development/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini-Development/error.h -------------------------------------------------------------------------------- /Gemini-Development/generate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini-Development/generate.h -------------------------------------------------------------------------------- /Gemini-Development/remixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini-Development/remixed.h -------------------------------------------------------------------------------- /Gemini-Development/sd_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini-Development/sd_img.h -------------------------------------------------------------------------------- /Gemini-Development/wifi_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini-Development/wifi_img.h -------------------------------------------------------------------------------- /Gemini/Gemini.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini/Gemini.ino -------------------------------------------------------------------------------- /Gemini/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Gemini/config.txt -------------------------------------------------------------------------------- /Not used/bg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/bg.h -------------------------------------------------------------------------------- /Not used/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/bg.png -------------------------------------------------------------------------------- /Not used/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/error.h -------------------------------------------------------------------------------- /Not used/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/error.png -------------------------------------------------------------------------------- /Not used/generate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/generate.h -------------------------------------------------------------------------------- /Not used/generate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/generate.png -------------------------------------------------------------------------------- /Not used/remixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/remixed.h -------------------------------------------------------------------------------- /Not used/remixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/remixed.png -------------------------------------------------------------------------------- /Not used/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/sd.png -------------------------------------------------------------------------------- /Not used/sd_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/sd_img.h -------------------------------------------------------------------------------- /Not used/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/wifi.png -------------------------------------------------------------------------------- /Not used/wifi_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/Not used/wifi_img.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanshksingh/M5Cardputer-Chat-with-Gemini-API/HEAD/README.md --------------------------------------------------------------------------------