New pages
Jump to navigation
Jump to search
- 15:24, 22 February 2025 TileDisplay.setCellTransform (hist) [1,473 bytes] JoeStrout (talk | contribs) (Created page with "The <c>TileDisplay.setCellTransform</c> method in Mini Micro (version 1.2.2 and later) introduced the ability to transform (flip and/or rotate) individual tiles in a TileD...")
- 23:04, 30 January 2025 BmfFonts (hist) [1,159 bytes] Redspark (talk | contribs) (Created page with "This module defines a Font class which can read fonts in [https://bmf.php5.cz/index.php?page=format BMF format] version 1.1 or 1.2. Version 1.2 is a recent but significant upg...") originally created as "BmfFonts Module"
- 00:37, 30 January 2025 RawData.byte (hist) [713 bytes] FR-b0n5a1 (talk | contribs) (Created page with "<c>RawData.byte</c> gets one unsigned byte from a RawData buffer. {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''offset'' || numb...")
- 23:28, 29 January 2025 RawData.setByte (hist) [853 bytes] FR-b0n5a1 (talk | contribs) (Created page with "<c>RawData.setByte</c> writes an unsigned byte into a RawData buffer. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning...")
- 20:22, 29 January 2025 Key.put (hist) [607 bytes] FR-b0n5a1 (talk | contribs) (Created page with "<c>key.put</c> allows you to enqueue a string, or single character by code point, into the keyboard buffer. == Example == <ms> // Put MiniScript code for a countdown from...")
- 19:19, 29 January 2025 Or (hist) [1,021 bytes] FR-b0n5a1 (talk | contribs) (Created page with "<c>or</c> is a keyword for logical binary operator of disjunction (or) of [https://en.wikipedia.org/wiki/Boolean_algebra boolean algebra]. It evaluates...")
- 19:18, 29 January 2025 And (hist) [1,009 bytes] FR-b0n5a1 (talk | contribs) (Created page with "<c>and</c> is a keyword for logical binary operator of conjunction (and) of [https://en.wikipedia.org/wiki/Boolean_algebra boolean algebra]. It evaluate...")
- 19:45, 23 January 2025 FileHandle.read (hist) [603 bytes] Redspark (talk | contribs) (Created page with "The <c>read</c> method of the FileHandle class returns a string containing the file contents starting from the current position and reading until the end of the file or a...")
- 03:15, 18 January 2025 Image.fromScreen (hist) [515 bytes] Redspark (talk | contribs) (Created page with "<c>Image.fromScreen</c> returns an image of the current state of the screen including all visible layers, scaled to the size specified. === Arguments === {| class="wikit...")
- 03:02, 18 January 2025 Image.rotate (hist) [700 bytes] Redspark (talk | contribs) (Created page with "<c>Image.rotate</c> sets the image to be drawn at 90 degree increments. All other degree values will be ignored. Positive or negative values as well as those that fall o...")
- 02:50, 18 January 2025 Image.flip (hist) [540 bytes] Redspark (talk | contribs) (Created page with "<c>Image.flip</c> sets the image to be drawn either flipped vertically or horizontally. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Val...")
- 00:29, 18 January 2025 Cd (hist) [181 bytes] Redspark (talk | contribs) (Created page with "In Mini Micro, <c>cd</c> is a shorthand for <c>file.setdir</c>, that is, it sets the current working directory. ("cd" stands for Change Directory.) Category::Mini...")
- 00:24, 18 January 2025 File.setdir (hist) [597 bytes] Redspark (talk | contribs) (Created page with "The <c>file.setdir</c> method sets the current working directory in Mini Micro or command-line MiniScript. In Mini Micro, <c>cd</c> is standard shorthand...")
- 02:56, 25 November 2024 TileDisplay.cellTransform (hist) [457 bytes] JoeStrout (talk | contribs) (Created page with "Mini Micro version 1.2.2 introduced the ability to transform (flip and/or rotate) individual tiles in a TileDisplay. The value returned by <c>TileDisplay.cellTransform</c...")