Searched refs:GLCD_DS_DISPLAY_ON (Results 1 – 5 of 5) sorted by relevance
43 glcd_display_state_set(glcd, GLCD_DS_DISPLAY_ON); in main()
52 #define GLCD_DS_DISPLAY_ON (1 << 2) macro
47 glcd_display_state_set(glcd, GLCD_DS_DISPLAY_ON); in main()
58 set_config = GLCD_DS_DISPLAY_ON | GLCD_DS_CURSOR_ON | GLCD_DS_BLINK_ON; in main()
255 cmd = GLCD_DS_DISPLAY_ON | GLCD_DS_CURSOR_OFF | GLCD_DS_BLINK_OFF; in glcd_initialize()