--- title: "Display File Explorer" type: "article" slug: "display-file-explorer" url: "http://localhost/article/display-file-explorer/" markdown_url: "http://localhost/article/display-file-explorer.md" published_at: "2026-03-13T20:34:43+00:00" modified_at: "2026-03-13T20:34:44+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Short BASIC type-in program and explanation demonstrating the structure of the TS2068 display file (6144 bytes starting at address 16384). Shows how each byte encodes an 8-pixel row, and how POKEing 255 fills the screen in a distinctive three-section pattern useful for understanding screen memory layout." 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/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" volume: "2" issue: "2" issues_articles: - id: 38801 title: "Timelinez v2 n2" type: "issue" url: "http://localhost/issue/timelinez-v2-n2/" pages: "8" pubdate: "February 1984" archive_link: false --- # Display File Explorer Short BASIC type-in program and explanation demonstrating the structure of the TS2068 display file (6144 bytes starting at address 16384). Shows how each byte encodes an 8-pixel row, and how POKEing 255 fills the screen in a distinctive three-section pattern useful for understanding screen memory layout.