-
Notifications
You must be signed in to change notification settings - Fork 16
Add compatibility for Aplite and Chalk platform #31
Comments
@Dinmas I've seen that you forked the project with an Aplite branch. Do you plan to work on this? |
Hi! I am but I'm still incredibly new to programming in general so it's 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. 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:
|
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. |
Makes sense. I'm going to be away from my computer for a couple days but I can work on this Monday. |
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 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? |
@Spitemare I don't think we will integrate gray as a choice here, only dark/light mode. |
Available in master |
The text was updated successfully, but these errors were encountered: