You can display text
In slipshow, "slips" replace slides. They have no down limit and the window move to show everything.
Another slip
module HKT = struct
type t
external inj : 'a -> 'b = "%identity"
external prj : 'a -> 'b = "%identity"
end
Slipshow has a great documentation and tutorial!