mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-23 03:30:30 +08:00
b8de35658f
* Put something on screen * Use the 32bit watch_date_time repr to pass from JS * Implement periodic callbacks * Clear display on enabling * Hook up watch_set_led_color() to SVG (green-only) * Make debug output full-width * Remove default Emscripten canvas * Implement sleep and button clicks * Fix time zone conversion bug in beats-time app * Clean up warnings * Fix pin levels * Set time zone to browser value (if available) * Add basic backup data saving * Silence format specifier warnings in both targets * Remove unnecessary, copied files * Use RTC pointer to clear callbacks (if available) * Use preprocessor define to avoid hardcoding MOVEMENT_NUM_FACES * Change each face to const preprocessor definition * Remove Intl.DateTimeFormat usage * Update shell.html title, header * Add touch start/end event handlers on SVG buttons * Update shell.html * Update folder structure (shared, simulator, hardware under watch-library) * Tease out shared components from watch_slcd * Clean up simulator watch_slcd.c inline JS calls * Fix missing newlines at end of file * Add simulator warnings (except format, unused-paremter) * Implement remaining watch_rtc functions * Fix button bug on mouse down then drag out * Implement remaining watch_slcd functions * Link keyboard events to buttons (for keys A, L, M) * Rewrite event handling (mouse, touch, keyboard) in C * Set explicit text UTF-8 charset in shell.html * Address PR comments * Remove unused directories from include paths |
||
---|---|---|
.. | ||
hal_atomic.h | ||
hal_calendar.h | ||
hal_delay.h | ||
hal_ext_irq.h | ||
hal_flash.h | ||
hal_gpio.h | ||
hal_i2c_m_sync.h | ||
hal_init.h | ||
hal_io.h | ||
hal_rand_sync.h | ||
hal_slcd_sync.h | ||
hal_sleep.h | ||
hal_spi_m_sync.h | ||
hal_usart_sync.h | ||
hpl_calendar.h | ||
hpl_core.h | ||
hpl_delay.h | ||
hpl_dma.h | ||
hpl_ext_irq.h | ||
hpl_flash.h | ||
hpl_gpio.h | ||
hpl_i2c_m_async.h | ||
hpl_i2c_m_sync.h | ||
hpl_i2c_s_async.h | ||
hpl_i2c_s_sync.h | ||
hpl_init.h | ||
hpl_irq.h | ||
hpl_missing_features.h | ||
hpl_rand_sync.h | ||
hpl_reset.h | ||
hpl_slcd.h | ||
hpl_slcd_sync.h | ||
hpl_sleep.h | ||
hpl_spi.h | ||
hpl_spi_async.h | ||
hpl_spi_dma.h | ||
hpl_spi_m_async.h | ||
hpl_spi_m_dma.h | ||
hpl_spi_m_sync.h | ||
hpl_spi_s_async.h | ||
hpl_spi_s_sync.h | ||
hpl_spi_sync.h | ||
hpl_time_measure.h | ||
hpl_timer.h | ||
hpl_usart.h | ||
hpl_usart_async.h | ||
hpl_usart_sync.h | ||
hpl_user_area.h |