--- title: "Banners on the TS-2040" type: "article" slug: "banners-on-the-ts-2040" url: "http://localhost/article/banners-on-the-ts-2040/" markdown_url: "http://localhost/article/banners-on-the-ts-2040.md" published_at: "2020-10-27T17:10:47+00:00" modified_at: "2026-06-08T10:33:14+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Here is a program that will allow you to input a message and have it print the message as a banner on the out 2040 printer. The letters are generated one at a time by PEEKing at the letter to be generated in the ROM, making it 8 times normal size and turning it on…" category: - name: "SUM" slug: "sum" taxonomy: "category" url: "http://localhost/category/periodicals/sum/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "TS 2040" slug: "ts2040" taxonomy: "post_tag" url: "http://localhost/tag/ts2040/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Joseph Williamson" slug: "joseph-williamson" taxonomy: "indiv" url: "http://localhost/indiv/joseph-williamson/" publication: "SUM" publication_r: id: 10242 title: "SUM" type: "periodical" url: "http://localhost/periodical/sum/" authors: "Joseph Williamson" volume: "4" issue: "5" issues_articles: - id: 26633 title: "SUM v4 n5" type: "issue" url: "http://localhost/issue/sum-v4-n5/" pages: "10-11" pubdate: "May 1986" product_reviews: - id: 13638 title: "TS 2040 Printer" type: "product" url: "http://localhost/product/printer/" archive_link: false volumeissue: "vIVn5" --- # Banners on the TS-2040 Here is a program that will allow you to input a message and have it print the message as a banner on the out 2040 printer. The letters are generated one at a time by PEEKing at the letter to be generated in the ROM, making it 8 times normal size and turning it on it’s side and then COPYing it to the printer. The program is much faster faster in FAST mode, but you can’t see the letter forming. By changing line 128, you can change the character that is actually used in printing the large one. Enter the program as listed listed and use GOTO 280 to SAVE it so that it will self start next time it’s LOAded.