This project provides a Persian (Jalali) calendar for Garmin watches. The calendar is implemented as a widget that can be installed on compatible Garmin devices.
- Display the current Persian date
- Display the current Gregorian date
- Navigate through the calendar using the up and down buttons
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push them to your fork.
- Create a pull request with a detailed description of your changes.
Copy the .prg
file to the /GARMIN/APPS/
directory on your Garmin device.
The create_drawables.sh
script is used to create directories for different icon sizes and resize the launcher icon accordingly. It uses ImageMagick to resize the images. The script performs the following steps:
- Defines a list of directories to create along with their icon sizes.
- Checks if the template directory exists.
- Defines a function to resize images using ImageMagick.
- Creates directories, copies template files, and resizes images.
To run the script, use the following command:
./resources/create_drawables.sh
- Fix UI bug for forrunner 55
- Cover more devices
- https://developer.garmin.com/connect-iq/reference-guides/devices-reference/#devicereference
- https://developer.garmin.com/connect-iq/compatible-devices/
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please open an issue