---
page_id: wsd-rgb888-verilog-simulation-17cfed47
type: context-page
schema_version: 1
template_id: discord-page
template_version: template-0.1.0
title: "Thread: RGB888 Verilog simulation"
slug: wsd-rgb888-verilog-simulation-17cfed47
route: /evidence/i-information/general/threads/rgb888-verilog-simulation
section: reference
access: public
summary: 9 Discord messages from ℹ️ - Information/general/threads/rgb888-verilog-simulation.md.
status: published
asset_base: .
home_href: /
md_url: /evidence/i-information/general/threads/rgb888-verilog-simulation.md
toc_enabled: true
talk_enabled: false
agent_view_enabled: true
copy_buttons_enabled: true
footer_enabled: true
search_indexed: true
tags: [discord, wafer-space, archive]
last_updated: 2026-08-19
talk_url: /evidence/i-information/general/threads/rgb888-verilog-simulation.talk.md
talk_route: /evidence/i-information/general/threads/rgb888-verilog-simulation/talk
---

# Thread: RGB888 Verilog simulation

Category: **ℹ️ - Information**
Parent channel: **#general**
Thread ID: `1443016766828711977`

Messages: **9**

## message-1443198718223454320

**2025-11-26T11:16:27.76+00:00 — algofoogle (Anton Maurovic) (@algofoogle)**

- Message ID: `1443198718223454320`
- Author ID: `1071653002986926112`
- Nickname: algofoogle (Anton Maurovic)
- User name: algofoogle
- Type: `21`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443198718223454320
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Reply/reference**
- https://discord.com/channels/1361349522684510449/1361349523724570941/1443016766828711977
<details>
<summary>Reference data</summary>

```json
{
  "channelId": "1361349523724570941",
  "guildId": "1361349522684510449",
  "messageId": "1443016766828711977"
}
```

</details>

**Content**

```text

```

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {
    "mentions": [
      {
        "avatarUrl": "2025-11_media/edae5aadf146133e0448bfb1f0fa91c4-62B19.png",
        "color": null,
        "discriminator": "0000",
        "id": "220639106915368960",
        "isBot": false,
        "name": "tholin",
        "nickname": "Tholin",
        "roles": []
      }
    ]
  }
}
```

</details>

---

## message-1443198724447670434

**2025-11-26T11:16:29.244+00:00 — algofoogle (Anton Maurovic) (@algofoogle)**

- Message ID: `1443198724447670434`
- Author ID: `1071653002986926112`
- Nickname: algofoogle (Anton Maurovic)
- User name: algofoogle
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443198724447670434
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
Actually the 8bitworkshop simulator supports 24-bit colour. From what I understand, the VGA Playground is based on 8bw: https://8bitworkshop.com/v3.12.0/?platform=verilog-vga&file=ball_paddle.v
```

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---

## message-1443199124311900272

**2025-11-26T11:18:04.579+00:00 — algofoogle (Anton Maurovic) (@algofoogle)**

- Message ID: `1443199124311900272`
- Author ID: `1071653002986926112`
- Nickname: algofoogle (Anton Maurovic)
- User name: algofoogle
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443199124311900272
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
To make it display RGB888, you just need to redefine the `rgb` port as `[31:0]` and then it is packed as ABGR (upper 8 bits must be 0xFF).
```

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---

## message-1443199901172236398

**2025-11-26T11:21:09.797+00:00 — algofoogle (Anton Maurovic) (@algofoogle)**

- Message ID: `1443199901172236398`
- Author ID: `1071653002986926112`
- Nickname: algofoogle (Anton Maurovic)
- User name: algofoogle
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443199901172236398
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
For example:
```

**Attachments**

- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11_media/image-7B473.png
<details>
<summary>Attachments data</summary>

```json
[
  {
    "fileName": "image.png",
    "fileSizeBytes": 150854,
    "id": "1443199900907999265",
    "url": "2025-11_media/image-7B473.png"
  }
]
```

</details>

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---

## message-1443199994030067854

**2025-11-26T11:21:31.936+00:00 — Tholin (@tholin)**

- Message ID: `1443199994030067854`
- Author ID: `220639106915368960`
- Nickname: Tholin
- User name: tholin
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443199994030067854
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
Very good!
```

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/edae5aadf146133e0448bfb1f0fa91c4-62B19.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---

## message-1443200016549281823

**2025-11-26T11:21:37.305+00:00 — Tholin (@tholin)**

- Message ID: `1443200016549281823`
- Author ID: `220639106915368960`
- Nickname: Tholin
- User name: tholin
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443200016549281823
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
That’ll let me mess around a bit
```

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/edae5aadf146133e0448bfb1f0fa91c4-62B19.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---

## message-1443200279729148026

**2025-11-26T11:22:40.052+00:00 — algofoogle (Anton Maurovic) (@algofoogle)**

- Message ID: `1443200279729148026`
- Author ID: `1071653002986926112`
- Nickname: algofoogle (Anton Maurovic)
- User name: algofoogle
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443200279729148026
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
Have fun! I think there's a way to use GitHub repos as "storage" too
```

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---

## message-1443200674488909987

**2025-11-26T11:24:14.17+00:00 — algofoogle (Anton Maurovic) (@algofoogle)**

- Message ID: `1443200674488909987`
- Author ID: `1071653002986926112`
- Nickname: algofoogle (Anton Maurovic)
- User name: algofoogle
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443200674488909987
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
Have you got a repo you've shared for your DAC, btw?
```

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---

## message-1443203109907337370

**2025-11-26T11:33:54.819+00:00 — Tholin (@tholin)**

- Message ID: `1443203109907337370`
- Author ID: `220639106915368960`
- Nickname: Tholin
- User name: tholin
- Type: `Default`
- Discord message: https://discord.com/channels/1361349522684510449/1443016766828711977/1443203109907337370
- Archive source: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11.json
- Archive source: https://discord.wafer.space/wafer-space/Voice%20Channels/general/rgb888-verilog-simulation/2025-11/2025-11.json

**Content**

```text
https://github.com/AvalonSemiconductors/ws-submission-2025/tree/main/macros/Analog/R2R_DAC
```

**Embeds**

- Resolved media URL: https://github.com/AvalonSemiconductors/ws-submission-2025/tree/main/macros/Analog/R2R_DAC
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11_media/ws-submission-2025-612AC
<details>
<summary>Embeds data</summary>

```json
[
  {
    "color": "#1E2327",
    "description": "Multi-project die. Contribute to AvalonSemiconductors/ws-submission-2025 development by creating an account on GitHub.",
    "fields": [],
    "images": [],
    "inlineEmojis": [],
    "thumbnail": {
      "height": 600,
      "url": "2025-11_media/ws-submission-2025-612AC",
      "width": 1200
    },
    "timestamp": null,
    "title": "ws-submission-2025/macros/Analog/R2R_DAC at main · AvalonSemicondu...",
    "url": "https://github.com/AvalonSemiconductors/ws-submission-2025/tree/main/macros/Analog/R2R_DAC"
  }
]
```

</details>

**Reactions**

- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11_media/1f44d-27259.svg
- Resolved media URL: https://discord.wafer.space/wafer-space/%E2%84%B9%EF%B8%8F%20-%20Information/general/rgb888-verilog-simulation/2025-11/2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png
<details>
<summary>Reactions data</summary>

```json
[
  {
    "count": 1,
    "emoji": {
      "code": "thumbsup",
      "id": "",
      "imageUrl": "2025-11_media/1f44d-27259.svg",
      "isAnimated": false,
      "name": "👍"
    },
    "users": [
      {
        "avatarUrl": "2025-11_media/943b637dbdf34731305e66dde0369276-F77A2.png",
        "color": null,
        "discriminator": "0000",
        "id": "1071653002986926112",
        "isBot": false,
        "name": "algofoogle",
        "nickname": "algofoogle (Anton Maurovic)"
      }
    ]
  }
]
```

</details>

<details>
<summary>Other message metadata</summary>

```json
{
  "author": {
    "avatarUrl": "2025-11_media/edae5aadf146133e0448bfb1f0fa91c4-62B19.png",
    "discriminator": "0000",
    "isBot": false
  },
  "message": {}
}
```

</details>

---
