🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
This commit is contained in:
@ -50,7 +50,7 @@ bool CANVAS::ToScreen() {
|
||||
}
|
||||
|
||||
void CANVAS::SetBackground(uint16_t color) {
|
||||
/* TODO: test and optimize perfomance */
|
||||
/* TODO: test and optimize performance */
|
||||
/*
|
||||
uint32_t count = (endLine - startLine) * width;
|
||||
uint16_t *pixel = buffer;
|
||||
|
Reference in New Issue
Block a user