Skip to content

Commit db1a80f

Browse files
too long example
1 parent b71a27d commit db1a80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CharLcd_matrix_example.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def rand_matrix(prng)
1515
prng.rand(2).zero? ? prng.rand(33..127) : prng.rand(161..253)
1616
end
1717

18-
(0..1000).each do
18+
(0..100).each do
1919
c = prng.rand(COLUMNS)
2020
for l in 0...LINES
2121

0 commit comments

Comments
 (0)