Skip to content

Commit

Permalink
Add supported speeds for TSPL driver
Browse files Browse the repository at this point in the history
  • Loading branch information
proski committed Feb 4, 2024
1 parent 06e1123 commit 6ead48c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lprint-tspl.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ lprintTSPL(

data->tracking_supported = PAPPL_MEDIA_TRACKING_GAP | PAPPL_MEDIA_TRACKING_MARK | PAPPL_MEDIA_TRACKING_CONTINUOUS;

data->speed_default = 0;
data->speed_supported[0] = 2540;
data->speed_supported[1] = 12 * 2540;

// Darkness/density settings...
data->darkness_configured = 50;
data->darkness_supported = 16;
Expand Down

0 comments on commit 6ead48c

Please sign in to comment.