/* Sound ringtone via the speaker on the back * * cmd 0x03 * size 1 * offset 0 * data[0] 0 OFF / 0x24 ON
*/ #define CMD_RINGTONE 0x03
/* Sound dial tone via the ear speaker * * cmd 0x09 * size 1 * offset 0 * data[0] 0 OFF / 1 ON
*/ #define CMD_DIALTONE 0x09
#endif/* INPUT_YEALINK_H */
#ifdefined(_SEG) && defined(_PIC) /* This table maps the LCD segments onto individual bit positions in the * yld_status struct.
*/
/* LCD, each segment must be driven separately. * * Layout: * * |[] [][] [][] [][] in |[][] * |[] M [][] D [][] : [][] out |[][] * store * * NEW REP SU MO TU WE TH FR SA * * [] [] [] [] [] [] [] [] [] [] [] [] * [] [] [] [] [] [] [] [] [] [] [] []
*/
/* Line 1 * Format : 18.e8.M8.88...188 * Icon names : M D : IN OUT STORE
*/ #define LCD_LINE1_OFFSET 0 #define LCD_LINE1_SIZE 17
/* Line 2 * Format : ......... * Pict. name : NEW REP SU MO TU WE TH FR SA
*/ #define LCD_LINE2_OFFSET LCD_LINE1_OFFSET + LCD_LINE1_SIZE #define LCD_LINE2_SIZE 9
/* Line 4 * * The LED, DIALTONE and RINGTONE are implemented as icons and use the same * sysfs interface.
*/ #define LCD_LINE4_OFFSET LCD_LINE3_OFFSET + LCD_LINE3_SIZE
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.