Version 0.9b - see readme file.

This commit is contained in:
Dave Bernazzani 2025-05-05 09:14:08 -04:00
parent 7e6a44b223
commit 9f01bdd5f1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -439,11 +439,11 @@ void show_cartstatus(void)
{
if (cart_in)
{
DSPrint(21, 22, 2, (char*)"PQR");
DSPrint(21, 23, 2, (char*)"PQR");
}
else
{
DSPrint(21, 22, 2, (char*)"012");
DSPrint(21, 23, 2, (char*)"012");
}
}