Standardize Marlin SPI (part 1) (#19989)
This commit is contained in:
@@ -32,7 +32,12 @@
|
||||
|
||||
/**
|
||||
* lcd_put_u8str_ind_P
|
||||
* Print a string with an index substituted within it
|
||||
*
|
||||
* Print a string with an index substituted within it:
|
||||
*
|
||||
* = displays '0'....'10' for indexes 0 - 10
|
||||
* ~ displays '1'....'11' for indexes 0 - 10
|
||||
* * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
|
||||
*/
|
||||
lcd_uint_t lcd_put_u8str_ind_P(PGM_P const pstr, const int8_t ind, PGM_P const inStr/*=nullptr*/, const lcd_uint_t maxlen/*=LCD_WIDTH*/) {
|
||||
uint8_t *p = (uint8_t*)pstr;
|
||||
|
||||
Reference in New Issue
Block a user