Advertisement
Der_TJ

BlackTec Text Raum 10

Sep 29th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. a = peripheral.wrap("back")
  2.  
  3. a.setCursorPos(1,1)
  4. a.setBackgroundColor( colors.lightGray)
  5. a.clear()
  6.  
  7. x1 = "Fast Geschaft."
  8. x2 = "Ab hier kommt nur noch"
  9. x3 = "ein paar texte,"
  10. x4 = "Also dann Los."
  11. x5 = " "
  12. x6 = " "
  13. x7 = " "
  14. x8 = " "
  15. x9 = " "
  16. x10 = " "
  17. x11 = " "
  18. x12 = " "
  19. x13 = " "
  20. x14 = " "
  21.  
  22. a.setTextColor( colors.black )
  23. a.setTextScale(3)
  24. a.write(x1)
  25. a.setCursorPos(1,2)
  26. a.write(x2)
  27. a.setCursorPos(1,3)
  28. a.write(x3)
  29. a.setCursorPos(1,4)
  30. a.write(x4)
  31. a.setCursorPos(1,5)
  32. a.write(x5)
  33. a.setCursorPos(1,6)
  34. a.write(x6)
  35. a.setCursorPos(1,7)
  36. a.write(x7)
  37. a.setCursorPos(1,8)
  38. a.write(x8)
  39. a.setCursorPos(1,9)
  40. a.write(x9)
  41. a.setCursorPos(1,10)
  42. a.write(x10)
  43. a.setCursorPos(1,11)
  44. a.write(x11)
  45. a.setCursorPos(1,12)
  46. a.write(x12)
  47. a.setCursorPos(1,13)
  48. a.write(x13)
  49. a.setCursorPos(1,14)
  50. a.write(x14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement