--- title: "For the Birds" type: "article" slug: "for-the-birds" url: "http://localhost/article/for-the-birds/" markdown_url: "http://localhost/article/for-the-birds.md" published_at: "2026-03-14T13:54:03+00:00" modified_at: "2026-03-14T13:54:04+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Three BASIC programs for the TS2068 useful in creating banner graphics: GUIDE (starts at line 9000, printable numbered grid overlay for plotting), CURVES (demonstrates arc depth for various parameters using DRAW and CIRCLE), and BIRD (a detailed bird illustration using PLOT/DRAW/CIRCLE to produce a banner-quality graphic). Includes notes on half-width versus full-width banner use and…" category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Gertie Andersson" slug: "gertie-andersson" taxonomy: "indiv" url: "http://localhost/indiv/gertie-andersson/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Gertie Andersson" slug: "gertie-andersson" taxonomy: "indiv" url: "http://localhost/indiv/gertie-andersson/" volume: "4" issue: "11" issues_articles: - id: 38843 title: "Timelinez v4 n11/12" type: "issue" url: "http://localhost/issue/timelinez-v4-n11-12/" pages: "2" pubdate: "November/December 1986" archive_link: false --- # For the Birds Three BASIC programs for the TS2068 useful in creating banner graphics: GUIDE (starts at line 9000, printable numbered grid overlay for plotting), CURVES (demonstrates arc depth for various parameters using DRAW and CIRCLE), and BIRD (a detailed bird illustration using PLOT/DRAW/CIRCLE to produce a banner-quality graphic). Includes notes on half-width versus full-width banner use and placement options.