When using [label_direction="RTL"](https://docs.circuitpython.org/projects/display_text/en/latest/api.html) the label is inverted, would it be possible to implement the below? `time.text = str(gatime - int(time() - gatimer))[::-1]` `time.text = str(score)[::-1]` `NotImplementedError: only slices with step=1 (aka none) are supported`