mirror of
https://github.com/grocy/grocy.git
synced 2025-09-29 19:12:24 +00:00
New logo
This commit is contained in:
@@ -59,7 +59,7 @@ class PrintService extends BaseService
|
||||
$printer->selectPrintMode(Printer::MODE_DOUBLE_WIDTH);
|
||||
$printer->setTextSize(4, 4);
|
||||
$printer->setReverseColors(true);
|
||||
$printer->text('grocy');
|
||||
$printer->text('Grocy');
|
||||
$printer->setJustification();
|
||||
$printer->setTextSize(1, 1);
|
||||
$printer->setReverseColors(false);
|
||||
|
Reference in New Issue
Block a user