1
0
Fork 0

adding readme to main page

master
Pablo Gonzalez 2021-02-05 16:40:29 +01:00
parent 69dcde511c
commit 58bc22b1e6
2 changed files with 4 additions and 0 deletions

View File

@ -2714,6 +2714,7 @@
"name": "Planetarium",
"shortName":"Planetarium",
"icon": "planetarium.png",
"readme": "README.md",
"version":"0.02",
"description": "Planetarium showing up to 500 stars using the watch location and time",
"tags": "",

View File

@ -27,3 +27,6 @@ Maybe you want to add some more constellations to the planetarium. As you can se
- Upload the new `planetarium.const.csv` to your bangle (or emulator) and test it out.
What is a constellation star is not in the 500 star list in `planetarium.data.csv`? If you need another star to draw the constellation you can find that star in the full star list (`starinfo/planetarium.stars.csv`) and put it in `planetarium.extra.csv`. That stars will be loaded only when constellations are shown. In order to refer to these extra stars in the `planetarium.const.csv` you have to use the code `e_linenumber`, in order to differenciate them from the stars in the normal file. For instance, to refer to the first star in the file `planetarium.extra.csv`, you will refer it as `e_1`. Do not forget to add an extra line at the end as in the other files.
## Development version
Please check the latest development version [here](https://github.com/pglez82/BangleApps)