Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Add compatibility for Aplite and Chalk platform #31

Closed
1 of 2 tasks
groyoh opened this issue Nov 2, 2015 · 9 comments
Closed
1 of 2 tasks

Add compatibility for Aplite and Chalk platform #31

groyoh opened this issue Nov 2, 2015 · 9 comments
Assignees
Milestone

Comments

@groyoh
Copy link
Collaborator

groyoh commented Nov 2, 2015

  • Aplite
  • Chalk
@groyoh groyoh added this to the 1.0 milestone Nov 15, 2015
@groyoh groyoh modified the milestones: 1.1, 1.0 Nov 30, 2015
@groyoh groyoh mentioned this issue Apr 12, 2016
14 tasks
@groyoh
Copy link
Collaborator Author

groyoh commented Apr 13, 2016

@Dinmas I've seen that you forked the project with an Aplite branch. Do you plan to work on this?

@Dinmas
Copy link

Dinmas commented Apr 14, 2016

Hi! I am but I'm still incredibly new to programming in general so it's
more a personal exercise. Would you have any recommendations?

EDIT: Just hopped on and saw you added a contribution guide. I've pushed my latest changes to my fork. I've conditionally changed ConfValues defaults based on if the watch is running Aplite to b/w values.

aplite_preview

I would like to add an option to the config for inverted colors as well. Also having an issue with weather updating.

By all means, if someone more skilled wants to take this over, feel free. I'm probably just going to peck away at it over the next week or so.

On Apr 13, 2016 14:19, "Yohan Robert" notifications@github.com wrote:

@Dinmas https://github.com/Dinmas I've seen that you forked the project
with an Aplite branch. Do you plan to work on this?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#31 (comment)

@groyoh
Copy link
Collaborator Author

groyoh commented Apr 14, 2016

Sounds like a good start. The current implementation should work out of the box as long as the colors are white or black. The biggest part of the work is to update the configuration page and config.js accordingly. There are some rework planned on these component to simplify the workflow though. The way we planned it until now was that aplite would have one dark (background is dark and the rest is white) and light mode (background is white and the rest is black). @AlessioLaiso correct me if in wrong. So instead of all the color choices in the configuration page, there would be a selector for dark/light mode.

@Dinmas
Copy link

Dinmas commented Apr 14, 2016

Makes sense. I'm going to be away from my computer for a couple days but I can work on this Monday.

@dmorgan81
Copy link

I know this makes it a bit more difficult, but aplite also now supports GColorDarkGray via dithering. It shows up as white in the emulator but it does work on actual hardware. The difficult part is getting the config page to show just white, black, and gray instead of the full pallette.

The watchface code in this scenario only needs a couple changes to the defaults (GColorDarkGray instead of GColorLightGray, GColorWhite instead of GColorRed) and #ifdef for the rainbow option.

@Dinmas
Copy link

Dinmas commented Apr 15, 2016

Pebble.getActiveWatchInfo().platform gets sent to the config page so I was thinking to use that to display platform appropriate configurations.

@groyoh groyoh self-assigned this Apr 26, 2016
@groyoh
Copy link
Collaborator Author

groyoh commented Apr 26, 2016

@Dinmas I've given some work on the https://github.com/groyoh/minimalin/tree/aplite branch. Maybe you could try it out and give me some feedback?

@groyoh
Copy link
Collaborator Author

groyoh commented Apr 26, 2016

@Spitemare I don't think we will integrate gray as a choice here, only dark/light mode.

@groyoh
Copy link
Collaborator Author

groyoh commented Apr 27, 2016

Available in master

@groyoh groyoh closed this as completed Apr 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants