Duimon’s LowRes NX
Synopsis
– Imagine LowRes NX as a handheld game console with a d-pad, two action buttons and a little rubber keyboard below a slidable touchscreen. LowRes NX was inspired by real 8- and 16-bit systems and simulates chips for graphics, sound and I/O, which actually work like classic hardware. It supports hardware sprites as well as hardware parallax scrolling, and even offers vertical blank and raster interrupts to create authentic retro effects.
- Cartridge ROM: 32 KB for gfx, music, any binary data
- Code: BASIC, max 16384 tokens
- Screen: 160x128 pixels, 60 Hz
- Backgrounds: Two layers, tile-based, scrollable
- Sprites: 64, max 32x32 pixels
- Colors: 8 dynamic 6-bit palettes with 4 colors each
- Sound: 4 voices, saw/tri/pulse/noise, pulse width, volume, ADSR, LFO
- Input: Two game controllers with d-pad and two buttons + pause
- Optional input: Keyboard and touchscreen/mouse
lowresnx.inutilis.com, 2024
Graphic Topic Timeline
LowRes NX: 1046
Preset Example
Recommended:
- Add Duimon-Custom-Color folder to Mega_Bezel_Packs folder, if not already
- Choose Duimon Graphic preset as reference and add desired settings to .slangp file
- Save and place preset into LowRes NX folder
- Name preset file “color”.slangp; Orange.slangp
#reference "../../Duimon-Mega-Bezel/Presets/Standard/LowRes_NX/LowResNX-[STD]-[LCD-GRID].slangp"
HSM_DEVICE_HUE = "20.000000"
HSM_DEVICE_SATURATION = "140.000000"
HSM_DEVICE_BRIGHTNESS = "200.000000"
Preset Settings
.-------.
| Black |
'-------'
[Device]
HSM_DEVICE_HUE = "0.000000"
HSM_DEVICE_SATURATION = "0.000000"
HSM_DEVICE_BRIGHTNESS = "4.000000"
.------.
| Blue |
'------'
[Device]
HSM_DEVICE_HUE = "239.000000"
HSM_DEVICE_SATURATION = "109.000000"
HSM_DEVICE_BRIGHTNESS = "100.000000"
.-------.
| Green |
'-------'
[Device]
HSM_DEVICE_HUE = "109.000000"
HSM_DEVICE_SATURATION = "122.000000"
HSM_DEVICE_BRIGHTNESS = "100.000000"
.--------.
| Orange |
'--------'
[Device]
HSM_DEVICE_HUE = "20.000000"
HSM_DEVICE_SATURATION = "140.000000"
HSM_DEVICE_BRIGHTNESS = "200.000000"
.------.
| Pink |
'------'
[Device]
HSM_DEVICE_HUE = "330.000000"
HSM_DEVICE_SATURATION = "65.000000"
HSM_DEVICE_BRIGHTNESS = "200.000000"
.--------.
| Purple |
'--------'
[Device]
HSM_DEVICE_HUE = "270.000000"
HSM_DEVICE_SATURATION = "120.000000"
HSM_DEVICE_BRIGHTNESS = "100.000000"
.-----.
| Red |
'-----'
[Device]
HSM_DEVICE_HUE = "3.000000"
HSM_DEVICE_SATURATION = "113.000000"
HSM_DEVICE_BRIGHTNESS = "130.000000"
.-------.
| White |
'-------'
[Device]
HSM_DEVICE_HUE = "0.000000"
HSM_DEVICE_SATURATION = "0.000000"
HSM_DEVICE_BRIGHTNESS = "200.000000"
HSM_DEVICE_GAMMA = "2.500000"