Closed GoogleCodeExporter closed 8 years ago
uint8_t m2_el_fmfmt_opt_get_val_any_by_element(m2_rom_void_p element, uint8_t
c, uint8_t default_value); /* m2elfnfmt.c */
void m2_nav_dfs(m2_nav_p nav, m2_dfs_fnptr cb)
m2_rom_void_p m2_quick_key_result_element = NULL;
uint8_t m2_quick_key_search_value;
/* callback procedure for the DFS algorithm */
uint8_t m2_find_quick_key(m2_nav_p nav)
{
uint8_t element_quick_key = m2_el_fmfmt_opt_get_val_any_by_element(m2_nav_get_current_element(nav), 'q', 0);
if ( element_quick_key == m2_quick_key_search_value )
{
m2_quick_key_result_element = m2_nav_get_current_element(nav);
}
return 1;
}
Original comment by olikr...@gmail.com
on 2 Jul 2013 at 9:12
key defs added
Original comment by olikr...@gmail.com
on 2 Jul 2013 at 9:12
implement "M2_QUICKKEY_BUTTON" and "M2_QUICKKEY_ROOT"
Original comment by olikr...@gmail.com
on 3 Jul 2013 at 5:20
Original comment by olikr...@gmail.com
on 3 Jul 2013 at 7:29
implemented
todo:
documentation
Original comment by olikr...@gmail.com
on 3 Jul 2013 at 10:22
todo
check QuickKey with nlc and u8glib
add QuickKey example to release creation script
Original comment by olikr...@gmail.com
on 4 Jul 2013 at 8:35
see issue 120
extend to 6 quick keys
Original comment by olikr...@gmail.com
on 18 Oct 2013 at 6:10
--> expanded to 6 quick keys
todo
check QuickKey with nlc and u8glib
add QuickKey example to release creation script
Original comment by olikr...@gmail.com
on 31 Oct 2013 at 4:53
Expand quick keys to 6 is done
todo
check QuickKey with nlc and u8glib
add QuickKey example to release creation script
Original comment by olikr...@gmail.com
on 2 Nov 2013 at 6:11
example now ok for u8glib
todo
- create GLCD example
- check lc and nlc examples
Original comment by olikr...@gmail.com
on 3 Nov 2013 at 6:46
Added QuickKey example for GLCD
Updated create release script
todo
- check lc and nlc examples
Original comment by olikr...@gmail.com
on 3 Nov 2013 at 7:16
examples ok,
create_release scripts are updated
Original comment by olikr...@gmail.com
on 4 Nov 2013 at 5:32
Original issue reported on code.google.com by
olikr...@gmail.com
on 2 Jul 2013 at 8:50